From 54517b61c9dcafc88e3b09bb9665d82283269a1d Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Wed, 15 Jun 2016 18:13:44 +0200 Subject: [PATCH] Fix typo that would break tests --- tests/cli/test_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cli/test_config.py b/tests/cli/test_config.py index 083f021..743fb3d 100644 --- a/tests/cli/test_config.py +++ b/tests/cli/test_config.py @@ -146,7 +146,7 @@ def test_wrong_general_section(read_config): def test_invalid_storage_name(read_config): with pytest.raises(exceptions.UserError) as excinfo: - read_config(u'''None + read_config(u''' [general] status_path = {base}/status/