From 6e1b8435c9f3c513e78f03e5431cbda76844be34 Mon Sep 17 00:00:00 2001 From: Nadja Geisler <ngeisler@fachschaft.informatik.tu-darmstadt.de> Date: Mon, 3 Mar 2025 20:42:21 +0100 Subject: [PATCH] fix format string --- AKSubmission/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AKSubmission/tests.py b/AKSubmission/tests.py index b275da78..b3da0e6c 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): """ -- GitLab