Fix docstring

This commit is contained in:
Carlton Gibson 2014-09-02 15:11:23 +02:00
parent 1967f525aa
commit 4836afa89f

View File

@ -36,7 +36,7 @@ class DropdownWithAuthTests(TestCase):
class NoDropdownWithoutAuthTests(TestCase): class NoDropdownWithoutAuthTests(TestCase):
"""Tests correct dropdown behaviour with Auth views enabled.""" """Tests correct dropdown behaviour with Auth views NOT enabled."""
urls = 'tests.browsable_api.no_auth_urls' urls = 'tests.browsable_api.no_auth_urls'