From 84c44f33957c692db7492c1ce164043dccc2ecaa Mon Sep 17 00:00:00 2001 From: Oliver Caldwell Date: Sun, 31 Jan 2016 22:15:18 +0000 Subject: [PATCH] Remove invalid test parameter --- tests/unit/misc/test_editor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/misc/test_editor.py b/tests/unit/misc/test_editor.py index a005c265e..d97cb6657 100644 --- a/tests/unit/misc/test_editor.py +++ b/tests/unit/misc/test_editor.py @@ -57,7 +57,7 @@ class TestArg: editor: The ExternalEditor instance to test. """ - @pytest.mark.parametrize('args', [[], ['foo', 'bar'], ['foo{}bar']]) + @pytest.mark.parametrize('args', [[], ['foo'], ['foo', 'bar']]) def test_start_no_placeholder(self, config_stub, editor, args): """Test starting editor without arguments.""" config_stub.data['general']['editor'] = ['bin'] + args