mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
19 lines
401 B
Diff
19 lines
401 B
Diff
--- b/tests/common/idp/ninja/urls.py
|
|
+++ /dev/null
|
|
@@ -1,8 +0,0 @@
|
|
-from django.urls import path
|
|
-
|
|
-from .views import api
|
|
-
|
|
-
|
|
-urlpatterns = [
|
|
- path("", api.urls),
|
|
-]
|
|
--- b/tests/common/idp/urls.py
|
|
+++ a/tests/common/idp/urls.py
|
|
@@ -3,5 +3,4 @@
|
|
|
|
urlpatterns = [
|
|
path("drf/", include("tests.common.idp.rest_framework.urls")),
|
|
- path("ninja/", include("tests.common.idp.ninja.urls")),
|
|
]
|