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

L2SS-451: Print which tango devices are exported

parent a6e6b546
No related branches found
No related tags found
No related merge requests found
...@@ -31,4 +31,4 @@ class TestTangoDatabase(base.IntegrationTestCase): ...@@ -31,4 +31,4 @@ class TestTangoDatabase(base.IntegrationTestCase):
# Ensure this value is close to actual amount of servers defined by # Ensure this value is close to actual amount of servers defined by
# integration_ConfigDb.json # integration_ConfigDb.json
self.assertGreater(len(d.get_server_list()), 16) self.assertGreater(len(d.get_server_list()), 16, msg=f"Servers: {d.get_server_list()}")
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