mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 16:40:03 +03:00
Fix test
This commit is contained in:
parent
b7e32767ab
commit
5c35ce2966
|
@ -188,7 +188,7 @@ class TestRootView(URLPatternsTestCase, TestCase):
|
||||||
assert response.data == {
|
assert response.data == {
|
||||||
"example1": "http://testserver/django-views/example1",
|
"example1": "http://testserver/django-views/example1",
|
||||||
"example2": "http://testserver/django-views/example2",
|
"example2": "http://testserver/django-views/example2",
|
||||||
"example3": "http://testserver/django-views/example3",
|
"example3": "http://testserver/django-views/example3/",
|
||||||
}
|
}
|
||||||
|
|
||||||
def test_retrieve_namespaced_root(self):
|
def test_retrieve_namespaced_root(self):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user