Skip to content

Commit

Permalink
chore: Formatting to test pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Feb 5, 2024
1 parent ceb5862 commit 78e1fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_toolbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ def test_site_dropdown_url_renders_admin_changelist_url(self):
admin_menu = request.toolbar.get_or_create_menu(ADMIN_MENU_IDENTIFIER)
site_aliases_url = admin_menu.items[3].url
admin_changelist_aliases_url = (
reverse("admin:{}_alias_changelist".format(AliasContent._meta.app_label))
reverse(f"admin:{AliasContent._meta.app_label}_alias_changelist")
+ "?language=en"
)

Expand Down

0 comments on commit 78e1fb0

Please sign in to comment.