From 71b8d9fb025bf9b0018613052322389e033dbc44 Mon Sep 17 00:00:00 2001 From: Lluis Gifre Date: Tue, 10 Aug 2021 11:03:28 +0200 Subject: [PATCH] Bug resolution related to integration testing --- src/integration_tester/test_context_device.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/integration_tester/test_context_device.py b/src/integration_tester/test_context_device.py index cb2af5ca9..3212a01aa 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 -- GitLab