diff options
Diffstat (limited to 'tests/functional/api/test_projects.py')
| -rw-r--r-- | tests/functional/api/test_projects.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/api/test_projects.py b/tests/functional/api/test_projects.py index a66e368..8f8abbe 100644 --- a/tests/functional/api/test_projects.py +++ b/tests/functional/api/test_projects.py @@ -244,7 +244,7 @@ def test_project_protected_branches(project): def test_project_remote_mirrors(project): - mirror_url = "http://gitlab.test/root/mirror.git" + mirror_url = "https://gitlab.example.com/root/mirror.git" mirror = project.remote_mirrors.create({"url": mirror_url}) assert mirror.url == mirror_url |
