Commit 71b8d9fb authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Bug resolution related to integration testing

parent a7fda7a1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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