Skip to content

Commit

Permalink
Update tests/cms/views/link_replace/test_link_actions.py
Browse files Browse the repository at this point in the history
Co-authored-by: David Venhoff <david.venhoff@tuerantuer.org>
  • Loading branch information
MizukiTemma and david-venhoff authored Nov 20, 2024
1 parent 52c3fc8 commit 393dbe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cms/views/link_replace/test_link_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def test_url_replace(
assert Link.objects.filter(url=url_object).count() == before
assert not Link.objects.filter(url__url=NEW_URL).exists()

slugs = {
kwargs = {
"url_filter": "valid",
"url_id": url_object.id,
}
Expand Down

0 comments on commit 393dbe3

Please sign in to comment.