From f426d37ec2f00d8b973a85287877e12f62544d98 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Tue, 12 Oct 2021 17:10:58 +0200
Subject: [PATCH] L2SS-358: UNB2 moved port, update test as well

---
 devices/integration_test/client/test_unb2_sim.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devices/integration_test/client/test_unb2_sim.py b/devices/integration_test/client/test_unb2_sim.py
index 1eb997240..d934c06fb 100644
--- a/devices/integration_test/client/test_unb2_sim.py
+++ b/devices/integration_test/client/test_unb2_sim.py
@@ -20,7 +20,7 @@ class TestUNB2Sim(base.IntegrationAsyncTestCase):
     async def test_opcua_connection(self):
         """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
 
         await client.connect()
-- 
GitLab