Skip to content

Commit

Permalink
chore: fix conflicting server ports in test
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Feb 28, 2024
1 parent f52f6ee commit e1e9e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -9,7 +9,7 @@ const { UAProxyManager, makeRefId } = require("node-opcua-client-proxy");
const { build_server_with_temperature_device } = require("../../../../test_helpers/build_server_with_temperature_device");
const { perform_operation_on_client_session } = require("../../../../test_helpers/perform_operation_on_client_session");

const port = 2235;
const port = 2240;

const doDebug = false;

Expand Down
Expand Up @@ -32,7 +32,7 @@ const users = [
}
];

const port = 2237;
const port = 2243;
const endpointUrl = `opc.tcp://${os.hostname()}:${port}`;
const nodeId = "ns=1;s=SecretValue";

Expand Down

0 comments on commit e1e9e4b

Please sign in to comment.