summaryrefslogtreecommitdiff
path: root/tests/test_client/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_client/urls.py')
-rw-r--r--tests/test_client/urls.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_client/urls.py b/tests/test_client/urls.py
index 45d2859633..b356eafbef 100644
--- a/tests/test_client/urls.py
+++ b/tests/test_client/urls.py
@@ -4,7 +4,6 @@ from django.views.generic import RedirectView
from . import views
-
urlpatterns = [
url(r'^get_view/$', views.get_view, name='get_view'),
url(r'^post_view/$', views.post_view),