diff options
| -rw-r--r-- | tests/browsable_api/test_browsable_api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/browsable_api/test_browsable_api.py b/tests/browsable_api/test_browsable_api.py index 61c76b4f..5f264783 100644 --- a/tests/browsable_api/test_browsable_api.py +++ b/tests/browsable_api/test_browsable_api.py @@ -36,7 +36,7 @@ class DropdownWithAuthTests(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' |
