From f92daaf4b6591db4928193acabf3407cc67bfec7 Mon Sep 17 00:00:00 2001 From: Michal Konečný Date: Sep 09 2022 12:29:03 +0000 Subject: Fix tests Signed-off-by: Michal Konečný --- diff --git a/tests/plugins/test_scm_request_processor.py b/tests/plugins/test_scm_request_processor.py index c45f592..83e7ef5 100644 --- a/tests/plugins/test_scm_request_processor.py +++ b/tests/plugins/test_scm_request_processor.py @@ -1787,7 +1787,7 @@ class TestCreateNewBranch: ticket_text = ( "The branch in PDC already exists, you can now create it yourself as follows:\n" - "Check in the project's settings if you have activated the git hook preventing" + "Check in the project's settings if you have activated the git hook preventing " "new git branches from being created and if you did, de-activate it.\n" "Then simply run in cloned repository: " "``git checkout -b && git push -u origin ``.\n"