We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5174f68 commit 84b8f1fCopy full SHA for 84b8f1f
tests/tests.py
@@ -21,7 +21,7 @@ def test_settings_module(self):
21
22
def test_index_view_with_endpoints(self):
23
"""
24
- Should load the drf focs view with all the endpoints.
+ Should load the drf docs view with all the endpoints.
25
NOTE: Views that do **not** inherit from DRF's "APIView" are not included.
26
27
response = self.client.get(reverse('drfdocs'))
0 commit comments