From 001024b4da4be7de189c0ae3b7dde2cbe6aa1ca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Thu, 1 Jun 2023 20:41:54 +0200 Subject: [PATCH] Fix Tests No2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- test/test_any_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_any_utils.py b/test/test_any_utils.py index 1efd77c3..154b5e16 100644 --- a/test/test_any_utils.py +++ b/test/test_any_utils.py @@ -151,4 +151,4 @@ def test_getFTLConfigValue_getFTLConfigValue(host): """ ) - assert '[ 9.9.9.9 ]' in output.stdout + assert "[ 9.9.9.9 ]" in output.stdout