Skip to content

Commit 5e9c486

Browse files
authored
fix: stabilize mock server tests (#4171)
1 parent 251a63d commit 5e9c486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helper/MockServer_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ global.codeceptjs = require('../../lib');
88

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

1414
describe('MockServer Helper', function () {

0 commit comments

Comments
 (0)