Skip to content

Commit

Permalink
test(fjage.py): fixing fjagepy test
Browse files Browse the repository at this point in the history
  • Loading branch information
notthetup committed Jan 31, 2025
1 parent 1dabc1f commit f793456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/groovy/org/arl/fjage/test/BasicTests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""
Expand Down

0 comments on commit f793456

Please sign in to comment.