Skip to content

Commit

Permalink
fixing some dupes
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmadigan committed Aug 21, 2024
1 parent 80b5573 commit 8c4fe07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/topology.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe('PolicyTopology Page', function () {
before(async function () {
browser = await puppeteer.launch({ headless: true });
page = await browser.newPage();
await page.goto('http://localhost:3000');
await page.goto('http://127.0.0.1:3000');
});

after(async function () {
Expand Down

0 comments on commit 8c4fe07

Please sign in to comment.