diff --git a/src/tests/test_db.py b/src/tests/test_db.py index d24a0bf..a53b33c 100644 --- a/src/tests/test_db.py +++ b/src/tests/test_db.py @@ -351,6 +351,7 @@ async def test_flow_with_device_attached(self): self.assertDictEqual(database.cache, {"ALIC1": 6}) + @data_files_exist async def test_flow_with_swarm_attached(self): """Tests that the database is looped through correctly with multiple sites in a swarm."""