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