This commit is contained in:
Sumanth Ratna 2020-12-31 15:32:41 -05:00 committed by GitHub
parent b7e32767ab
commit 5c35ce2966
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):