We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1c018 commit ee09bfbCopy full SHA for ee09bfb
tests/integration/contrib/test_django.py
@@ -44,7 +44,7 @@ def django_settings(self):
44
django.setup()
45
settings.ROOT_URLCONF = (
46
path('admin/', admin.site.urls),
47
- re_path('test/test-regexp/$', lambda d: None)
+ re_path('^test/test-regexp/$', lambda d: None)
48
)
49
50
@pytest.fixture
0 commit comments