From 5c35ce29662a9ac7bab9f548b12f202215101d11 Mon Sep 17 00:00:00 2001 From: Sumanth Ratna Date: Thu, 31 Dec 2020 15:32:41 -0500 Subject: [PATCH] Fix test --- tests/test_routers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):