Skip to content

Commit ee09bfb

Browse files
committed
fixup! Support basic re_path
1 parent 1f1c018 commit ee09bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/contrib/test_django.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def django_settings(self):
4444
django.setup()
4545
settings.ROOT_URLCONF = (
4646
path('admin/', admin.site.urls),
47-
re_path('test/test-regexp/$', lambda d: None)
47+
re_path('^test/test-regexp/$', lambda d: None)
4848
)
4949

5050
@pytest.fixture

0 commit comments

Comments
 (0)