From 3e4fa1e2022970dee003bea0932ea0c10f8744ba Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Thu, 25 May 2023 14:26:12 +0100 Subject: Tests: removed unused variables. --- test/unit/check/isolation.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/unit/check') diff --git a/test/unit/check/isolation.py b/test/unit/check/isolation.py index 4ebce893..829d956b 100644 --- a/test/unit/check/isolation.py +++ b/test/unit/check/isolation.py @@ -14,7 +14,6 @@ http = TestHTTP() def check_isolation(): - test_conf = {"namespaces": {"credential": True}} available = option.available conf = '' -- cgit