From 06b66bfd9d924a4eead03ead78fba190beefc727 Mon Sep 17 00:00:00 2001 From: amimas Date: Tue, 2 Jan 2024 00:59:58 -0500 Subject: [PATCH] Update test_transfer_project.py --- tests/acceptance/standard/test_transfer_project.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/acceptance/standard/test_transfer_project.py b/tests/acceptance/standard/test_transfer_project.py index effc3dad3..601d7af4b 100644 --- a/tests/acceptance/standard/test_transfer_project.py +++ b/tests/acceptance/standard/test_transfer_project.py @@ -12,7 +12,9 @@ class TestTransferProject: def test__transfer_between_two_root_groups( self, project_for_function, group, other_group ): - project_new_path_with_namespace = f"{other_group.path}/{project_for_function.name}" + project_new_path_with_namespace = ( + f"{other_group.path}/{project_for_function.name}" + ) projects_in_destination_before_transfer = other_group.projects.list() config = f"""