From 30158dfda279d0097fc35ac028f408592f260939 Mon Sep 17 00:00:00 2001 From: Lewis Chambers Date: Mon, 17 Jun 2024 13:53:14 +0100 Subject: [PATCH] Marked test as needing data files --- src/tests/test_db.py | 1 + 1 file changed, 1 insertion(+) 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."""