diff --git a/src/integration_tester/test_context_device.py b/src/integration_tester/test_context_device.py index cb2af5ca979d225742b72b4341f9c0b40bd36bc0..3212a01aa469c1e9e0c8a77e7a52eb4f11352897 100644 --- a/src/integration_tester/test_context_device.py +++ b/src/integration_tester/test_context_device.py @@ -42,6 +42,7 @@ def device_client(): def test_clean_database(redis_database : Database): # should work redis_database.clear_all() + raise Exception() def test_get_topology_empty(context_client : ContextClient): # should work