Skip to content

Commit

Permalink
Dev (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmaxwell authored Oct 8, 2024
1 parent 57dc6e5 commit 412508e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_url_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def test_with_regex_special_chars(settings):
@pytest.mark.django_db
def test_empty_prefix(settings):
settings.DJPRESS_SETTINGS["POST_PREFIX"] = ""
expected_regex = "(?P<slug>[\w-]+)"
expected_regex = r"(?P<slug>[\w-]+)"

regex = regex_post()
assert regex == expected_regex
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 412508e

Please sign in to comment.