diff --git a/src/test/groovy/org/arl/fjage/test/BasicTests.py b/src/test/groovy/org/arl/fjage/test/BasicTests.py index 2d087d77..91e0b72d 100755 --- a/src/test/groovy/org/arl/fjage/test/BasicTests.py +++ b/src/test/groovy/org/arl/fjage/test/BasicTests.py @@ -21,7 +21,7 @@ def test_gateway_connection(self): def test_gateway_agentid(self): """Test: should be able to retrieve the AgentID of the gateway""" - self.assertIn("PythonGW", self.g.getAgentID().name) + self.assertIn("gateway", self.g.getAgentID().name) def test_subscribe_unsubscribe_topic(self): """Test: Should be able to add the subscriptions in the list"""