diff options
Diffstat (limited to 'tests/test_scripts/test_pserve.py')
| -rw-r--r-- | tests/test_scripts/test_pserve.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_scripts/test_pserve.py b/tests/test_scripts/test_pserve.py index bdc225c5e..a56f25597 100644 --- a/tests/test_scripts/test_pserve.py +++ b/tests/test_scripts/test_pserve.py @@ -48,8 +48,7 @@ class TestPServeCommand(unittest.TestCase): inst.run() self.assertEqual( - app.global_conf, - {'a': '1', 'b': '2', '__script__': 'pserve'} + app.global_conf, {'a': '1', 'b': '2', '__script__': 'pserve'} ) def test_original_ignore_files(self): |
