diff options
| author | Carlton Gibson | 2014-09-02 15:11:23 +0200 | 
|---|---|---|
| committer | Carlton Gibson | 2014-09-02 15:11:23 +0200 | 
| commit | 4836afa89f045263ded91946d43403e807880181 (patch) | |
| tree | 7b33b7761c6025362ea8381712af31f73c73f78d | |
| parent | 1967f525aa60d07c3c4c1658c1d5f4c8aaf86947 (diff) | |
| download | django-rest-framework-4836afa89f045263ded91946d43403e807880181.tar.bz2 | |
Fix docstring
| -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' | 
