From 7a001eb19dd28accf7e20bc67dcc6c03b166ecce Mon Sep 17 00:00:00 2001 From: Mathias Lohne Date: Thu, 19 Oct 2023 10:33:14 +0200 Subject: [PATCH] remove debug fail --- tests/tests_unit/test_configtools.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/tests_unit/test_configtools.py b/tests/tests_unit/test_configtools.py index fdb86a10..90016085 100644 --- a/tests/tests_unit/test_configtools.py +++ b/tests/tests_unit/test_configtools.py @@ -412,5 +412,3 @@ def test_env_substitution(self): config5 = load_yaml(config_file5, SimpleStringConfig) self.assertEqual(config5.string_field, "veryheyocrowded") - - self.fail()