diff --git a/tests/functional/api/test_projects.py b/tests/functional/api/test_projects.py index b4514e6dc..685900916 100644 --- a/tests/functional/api/test_projects.py +++ b/tests/functional/api/test_projects.py @@ -333,13 +333,13 @@ def test_project_groups_list(gl, group): def test_project_transfer(gl, project, group): assert project.namespace["path"] != group.full_path - project.transfer_project(group.id) + project.transfer(group.id) project = gl.projects.get(project.id) assert project.namespace["path"] == group.full_path gl.auth() - project.transfer_project(gl.user.username) + project.transfer(gl.user.username) project = gl.projects.get(project.id) assert project.namespace["path"] == gl.user.username pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy