Skip to content

Commit

Permalink
fix: stabilize mock server tests (#4171)
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent authored Feb 2, 2024
1 parent 251a63d commit 5e9c486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helper/MockServer_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ global.codeceptjs = require('../../lib');

let I;
let restClient;
const port = parseInt(Date.now().toString().slice(3, 8), 10);
const port = 65000;
const api_url = `http://0.0.0.0:${port}`;

describe('MockServer Helper', function () {
Expand Down

0 comments on commit 5e9c486

Please sign in to comment.