Skip to content

Commit 3083ee2

Browse files
fix test
1 parent f5ffcbb commit 3083ee2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/server/api/test/unit/openops-tables/create-opportunities-table.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ describe('createOpportunityTable', () => {
125125
date_format: 'ISO',
126126
date_include_time: true,
127127
},
128+
{
129+
name: 'Campaign ID',
130+
type: 'text',
131+
},
128132
];
129133

130134
expect(openopsCommonMock.makeOpenOpsTablesPost).toHaveBeenCalledTimes(

0 commit comments

Comments
 (0)