From 01dbd935149294e0c21673563ba9b1476eb2f9f7 Mon Sep 17 00:00:00 2001 From: Lluis Gifre Date: Tue, 10 Aug 2021 11:40:59 +0200 Subject: [PATCH] Bug resolution in integration testing --- src/integration_tester/test_context_device.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/integration_tester/test_context_device.py b/src/integration_tester/test_context_device.py index cfb8bd2f7..7c101f17d 100644 --- a/src/integration_tester/test_context_device.py +++ b/src/integration_tester/test_context_device.py @@ -42,7 +42,6 @@ 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