From 4836afa89f045263ded91946d43403e807880181 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Tue, 2 Sep 2014 15:11:23 +0200 Subject: [PATCH] Fix docstring --- tests/browsable_api/test_browsable_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/browsable_api/test_browsable_api.py b/tests/browsable_api/test_browsable_api.py index 61c76b4f7..5f2647838 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'