Skip to content

Commit

Permalink
testing new url
Browse files Browse the repository at this point in the history
  • Loading branch information
alessioventuriniAND committed Sep 24, 2024
1 parent 3a191c8 commit 61c4633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/helpers/url-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const util = require('util');
const { glob } = require('glob');
const readdir = util.promisify(fs.readdir);

const testURL = `http://localhost:3000`;
const testURL = `http://0.0.0.0:3010`;

export default async () => {
let urls = [];
Expand Down

0 comments on commit 61c4633

Please sign in to comment.