From 55f328e2155a7726d5c394c087a8cf84cca632f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Kosi=C5=84ski?= Date: Sun, 21 Feb 2021 17:32:12 +0100 Subject: [PATCH] Resolves #5127 --- tests/browsable_api/no_auth_urls.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/browsable_api/no_auth_urls.py b/tests/browsable_api/no_auth_urls.py index f0cf76e79f..33491ad926 100644 --- a/tests/browsable_api/no_auth_urls.py +++ b/tests/browsable_api/no_auth_urls.py @@ -2,7 +2,6 @@ from .views import BasicModelWithUsersViewSet, MockView - urlpatterns = [ path('', MockView.as_view()), path('basicviewset', BasicModelWithUsersViewSet.as_view({'get': 'list'})),