Skip to content

Commit

Permalink
Fix test for new discover
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Oct 19, 2023
1 parent 3b4ea9a commit e1e0c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/misc.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('download report errors', () => {
}, 150000);

test('download csv report from custom tenant', async () => {
let result = await cli(['-u', `${url}/app/discover#/view/571aaf70-4c88-11e8-b3d7-01146121b73d`, '-a', 'basic', '-c', credentials,
let result = await cli(['-u', `${url}/app/data-explorer/discover#/view/571aaf70-4c88-11e8-b3d7-01146121b73d`, '-a', 'basic', '-c', credentials,
'-n', 'testcsvoncustomtenant', '-t', 'admin_tenant', '-f', 'csv'], '.');
expect(result.code).toBe(0);
const expectedFile = './testcsvoncustomtenant.csv';
Expand Down

0 comments on commit e1e0c63

Please sign in to comment.