Skip to content

Commit e565898

Browse files
committed
test: adjust unit test
1 parent c1714fb commit e565898

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

packages/cli/src/lib/compare/compare-command.unit.test.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,11 @@ describe('compare-command', () => {
4343
format: DEFAULT_PERSIST_FORMAT,
4444
report: true,
4545
},
46-
upload: {
47-
apiKey: 'dummy-api-key',
48-
organization: 'code-pushup',
49-
project: 'cli',
50-
server: 'https://example.com/api',
51-
},
46+
upload: expect.any(Object),
5247
},
5348
{
5449
before: 'source-report.json',
5550
after: 'target-report.json',
56-
label: undefined,
5751
},
5852
);
5953
});

0 commit comments

Comments
 (0)