Skip to content
Snippets Groups Projects
Commit f426d37e authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-358: UNB2 moved port, update test as well

parent 8d472ef4
No related branches found
No related tags found
1 merge request!157L2SS-358: Get ready for Darkrai
...@@ -20,7 +20,7 @@ class TestUNB2Sim(base.IntegrationAsyncTestCase): ...@@ -20,7 +20,7 @@ class TestUNB2Sim(base.IntegrationAsyncTestCase):
async def test_opcua_connection(self): async def test_opcua_connection(self):
"""Check if we can connect to unb2-sim""" """Check if we can connect to unb2-sim"""
client = Client("opc.tcp://unb2-sim:4844") client = Client("opc.tcp://unb2-sim:4841")
root_node = None root_node = None
await client.connect() await client.connect()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment