From 6391eeec3078f97fac6f6ef92ca0d8c8f0068667 Mon Sep 17 00:00:00 2001 From: "David H. Wilkins" Date: Fri, 2 Aug 2019 18:18:09 -0500 Subject: git-user-related local test failures Some of the tests fail locally due to the git user being different than it is on the test runners. I'd really like to be able to run all of the tests locally. --- spec/lib/gitlab/middleware/go_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/lib/gitlab') diff --git a/spec/lib/gitlab/middleware/go_spec.rb b/spec/lib/gitlab/middleware/go_spec.rb index f52095bf633..16595102375 100644 --- a/spec/lib/gitlab/middleware/go_spec.rb +++ b/spec/lib/gitlab/middleware/go_spec.rb @@ -202,7 +202,7 @@ describe Gitlab::Middleware::Go do def expect_response_with_path(response, protocol, path) repository_url = case protocol when :ssh - "ssh://git@#{Gitlab.config.gitlab.host}/#{path}.git" + "ssh://#{Gitlab.config.gitlab.user}@#{Gitlab.config.gitlab.host}/#{path}.git" when :http, nil "http://#{Gitlab.config.gitlab.host}/#{path}.git" end -- cgit v1.2.1