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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2021-10-18 11:58:59 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-10-18 11:58:59 +0300
commitab4fcb2e96f668379e9468664e50b00430752acf (patch)
tree38dcd9710de23dcdcadc67c6f9062d203aa72bff /internal
parentcf7602385643dbb3af2ebb2700859f5e6360d58c (diff)
praefect: Fix formatting issue
Reformat info service tests with gofumpt to fix a formatting issue.
Diffstat (limited to 'internal')
-rw-r--r--internal/praefect/info_service_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/praefect/info_service_test.go b/internal/praefect/info_service_test.go
index 63fab99d8..7c755706b 100644
--- a/internal/praefect/info_service_test.go
+++ b/internal/praefect/info_service_test.go
@@ -68,7 +68,7 @@ func TestInfoService_RepositoryReplicas(t *testing.T) {
defer tx.Rollback(t)
testhelper.SetHealthyNodes(t, ctx, tx, map[string]map[string][]string{
- "praefect-0": map[string][]string{virtualStorage: storages},
+ "praefect-0": {virtualStorage: storages},
})
nodeSet, err := DialNodes(ctx, conf.VirtualStorages, protoregistry.GitalyProtoPreregistered, nil, nil, nil)