summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyramid/tests/test_scripts/test_pviews.py2
1 files changed, 1 insertions, 1 deletions
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')