diff --git a/spec/features/projects/ee/geo_clone_instructions_spec.rb b/spec/features/projects/ee/geo_clone_instructions_spec.rb index a4109ca707980f06fe871be7afa941cd044e2118..dd7ba02da0955712d16247304e3fdf744e824f2c 100644 --- a/spec/features/projects/ee/geo_clone_instructions_spec.rb +++ b/spec/features/projects/ee/geo_clone_instructions_spec.rb @@ -75,7 +75,7 @@ def secondary_url(protocol) when 'ssh' project.ssh_url_to_repo when 'http' - project.http_url_to_repo(developer) + project.http_url_to_repo end end end