diff --git a/tests/test_routers.py b/tests/test_routers.py index 65ea4f600..7abb11916 100644 --- a/tests/test_routers.py +++ b/tests/test_routers.py @@ -188,7 +188,7 @@ class TestRootView(URLPatternsTestCase, TestCase): assert response.data == { "example1": "http://testserver/django-views/example1", "example2": "http://testserver/django-views/example2", - "example3": "http://testserver/django-views/example3", + "example3": "http://testserver/django-views/example3/", } def test_retrieve_namespaced_root(self):