Skip to content

Commit

Permalink
test(NA): fix create_explorer_link.test.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 29, 2024
1 parent e2369c9 commit fded4b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe('create_explorer_link', () => {
const url = (await findByText('Open in Anomaly Explorer')).getAttribute('href');

expect(url).toEqual(
"/app/ml/explorer?_g=(ml:(jobIds:!(job-1)),refreshInterval:(display:Off,pause:!t,value:0),time:(from:'1970-01-01T00:00:00.000Z',mode:absolute,to:'3000-01-01T00:00:00.000Z'))&_a=(explorer:(mlExplorerFilter:(),mlExplorerSwimlane:()))"
"/app/ml/explorer?_g=(ml:(jobIds:!(job-1)),refreshInterval:(pause:!t,value:0),time:(from:'1970-01-01T00:00:00.000Z',mode:absolute,to:'3000-01-01T00:00:00.000Z'))&_a=(explorer:(mlExplorerFilter:(),mlExplorerSwimlane:()))"
);
});
});
Expand Down

0 comments on commit fded4b1

Please sign in to comment.