diff --git a/AKSubmission/tests.py b/AKSubmission/tests.py
index b275da78f8c04edb4a83515c4776bc16e6ec46ff..b3da0e6c431f964d1de0884034c2b19d387b04a0 100644
--- a/AKSubmission/tests.py
+++ b/AKSubmission/tests.py
@@ -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):
         """