From efba56f8a8f601f151203ec427062723c5ce4724 Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Wed, 7 Jun 2017 21:32:33 +0000 Subject: [PATCH] Remove argument from http_url_to_repo call --- spec/features/projects/ee/geo_clone_instructions_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/projects/ee/geo_clone_instructions_spec.rb b/spec/features/projects/ee/geo_clone_instructions_spec.rb index a4109ca707980f..dd7ba02da09557 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 -- GitLab