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:
authorJohn Cai <jcai@gitlab.com>2019-11-04 20:43:31 +0300
committerJohn Cai <jcai@gitlab.com>2019-11-04 21:09:06 +0300
commitef6fd3b008cc211b0b9e4eb4aeb5b6f141bfe046 (patch)
treee59866a751e6880bc2ae0a4e8d7c32e45f2aba64 /internal/praefect/protoregistry
parente9f9183a3228241d3b4ab352425d3d68890fcf02 (diff)
Fix CreateBundle scope and target_repository_field
Diffstat (limited to 'internal/praefect/protoregistry')
-rw-r--r--internal/praefect/protoregistry/protoregistry_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/praefect/protoregistry/protoregistry_test.go b/internal/praefect/protoregistry/protoregistry_test.go
index dfcc09cc8..21f8830a8 100644
--- a/internal/praefect/protoregistry/protoregistry_test.go
+++ b/internal/praefect/protoregistry/protoregistry_test.go
@@ -136,7 +136,7 @@ func TestPopulatesProtoRegistry(t *testing.T) {
"IsRebaseInProgress": protoregistry.OpAccessor,
"IsSquashInProgress": protoregistry.OpAccessor,
"CreateRepositoryFromURL": protoregistry.OpMutator,
- "CreateBundle": protoregistry.OpMutator,
+ "CreateBundle": protoregistry.OpAccessor,
"CreateRepositoryFromBundle": protoregistry.OpMutator,
"SetConfig": protoregistry.OpMutator,
"DeleteConfig": protoregistry.OpMutator,