From 8529b334e96078bac6c626da764db8f8e111ad72 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sun, 11 Dec 2016 23:14:20 -0800 Subject: fix test that caused coverage to drop one line --- pyramid/tests/test_scripts/test_pviews.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/tests/test_scripts/test_pviews.py b/pyramid/tests/test_scripts/test_pviews.py index a67a8c4d6..7bdab5804 100644 --- a/pyramid/tests/test_scripts/test_pviews.py +++ b/pyramid/tests/test_scripts/test_pviews.py @@ -257,7 +257,7 @@ class TestPViewsCommand(unittest.TestCase): command.out = L.append command._find_view = lambda arg1: None command.args.config_uri = '/foo/bar/myapp.ini#myapp' - command.args.url = '/a' + command.args.url = 'a' result = command.run() self.assertEqual(result, 0) self.assertEqual(L[1], 'URL = /a') -- cgit v1.2.3