Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <dxho@amazon.com>
  • Loading branch information
derek-ho committed Apr 22, 2024
1 parent d7705c0 commit ef31624
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe('Multi-datasources enabled', () => {
localStorage.setItem('home:newThemeModal:show', 'false');
createDataSource().then((resp) => {
if (resp && resp.body) {
cy.log(JSON.stringify(resp.body))
cy.log(JSON.stringify(resp.body));
externalDataSourceId = resp.body.id;
}
externalDataSourceUrl = createUrlParam(externalTitle, externalDataSourceId);
Expand Down Expand Up @@ -145,7 +145,7 @@ describe('Multi-datasources enabled', () => {
allowed_actions: [],
},
}).then(() => {
cy.log(externalDataSourceUrl)
cy.log(externalDataSourceUrl);
cy.visit(
`http://localhost:5601/app/security-dashboards-plugin${externalDataSourceUrl}#/permissions`
);
Expand Down

0 comments on commit ef31624

Please sign in to comment.