Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'workhorse/gitaly_test.go')
-rw-r--r--workhorse/gitaly_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/workhorse/gitaly_test.go b/workhorse/gitaly_test.go
index 234a11e5dc9..2d7f727003f 100644
--- a/workhorse/gitaly_test.go
+++ b/workhorse/gitaly_test.go
@@ -78,7 +78,7 @@ func TestGetInfoRefsProxiedToGitalySuccessfully(t *testing.T) {
for k, v := range badMetadata {
features[k] = v
}
- apiResponse.GitalyServer.Features = features
+ apiResponse.GitalyServer.CallMetadata = features
testCases := []struct {
showAllRefs bool