Skip to content

Commit

Permalink
Update tests/urls.py
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Braghiș <31622+zerolab@users.noreply.github.com>
  • Loading branch information
ACK1D and zerolab authored Jul 25, 2024
1 parent 718151a commit a9ccfa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
path("", include(wagtail_urls)),
] + [
path(
f"{prefix.lstrip("/")}<path:path>",
f"{prefix.lstrip('/')}<path:path>",
serve,
kwargs={"document_root": document_root},
)
Expand Down

0 comments on commit a9ccfa8

Please sign in to comment.