Skip to content

Commit

Permalink
bugfix test/e2e.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nleush committed Jun 20, 2024
1 parent b53f89f commit 6f2a58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('meta endpoint', function() {
var TARGET_MOCKED_SERVER_PORT = 9000;
var TARGET_MOCKED_SERVER_BASEURL = 'http://127.0.0.1:' + TARGET_MOCKED_SERVER_PORT;

var targetMockedServer = new ServerMock({ host: 'localhost', port: TARGET_MOCKED_SERVER_PORT });
var targetMockedServer = new ServerMock({ host: '127.0.0.1', port: TARGET_MOCKED_SERVER_PORT });
var server;

beforeEach(function(done) {
Expand Down

0 comments on commit 6f2a58e

Please sign in to comment.