Skip to content
Snippets Groups Projects
Commit 6e1b8435 authored by Nadja Geisler's avatar Nadja Geisler :sunny:
Browse files

fix format string

parent a5f2b04e
No related branches found
No related tags found
1 merge request!250Version upgrades
......@@ -147,7 +147,7 @@ class ModelViewTests(BasicViewTests, TestCase):
response = self.client.post(select_url, {'owner_id': 1})
self.assertRedirects(response, add_redirect_url, status_code=302, target_status_code=200,
msg_prefix=f"Dispatch redirect to ak submission page failed "
"(should go to {add_redirect_url})")
f"(should go to {add_redirect_url})")
def test_orga_message_submission(self):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment