aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/test_throttling.py
diff options
context:
space:
mode:
Diffstat (limited to 'rest_framework/tests/test_throttling.py')
-rw-r--r--rest_framework/tests/test_throttling.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/tests/test_throttling.py b/rest_framework/tests/test_throttling.py
index 11cbd8eb..da400b2f 100644
--- a/rest_framework/tests/test_throttling.py
+++ b/rest_framework/tests/test_throttling.py
@@ -36,7 +36,7 @@ class MockView_MinuteThrottling(APIView):
class ThrottlingTests(TestCase):
- urls = 'rest_framework.tests.throttling'
+ urls = 'rest_framework.tests.test_throttling'
def setUp(self):
"""