Skip to content

Commit

Permalink
Update test_transfer_project.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amimas authored Jan 2, 2024
1 parent f047304 commit a20f451
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/acceptance/standard/test_transfer_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ def test__transfer_between_root_group_and_subgroup(
def test__transfer_as_same_path_at_namespae_already_exist(
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"""
Expand Down

0 comments on commit a20f451

Please sign in to comment.