We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20a23b commit bfbd604Copy full SHA for bfbd604
1 file changed
app/controlplane/internal/server/grpc_test.go
@@ -88,7 +88,7 @@ func TestRequireAllButOrganizationOperationsMatcher(t *testing.T) {
88
}{
89
{"/controlplane.v1.WorkflowService/List", true},
90
{"/controlplane.v1.WorkflowRunService/List", true},
91
- {"/controlplane.v1.OrganizationService/Create", false},
+ {"/controlplane.v1.OrganizationService/Create", true},
92
{"/controlplane.v1.CASBackendService/List", true},
93
{"/controlplane.v1.CASBackendService/Add", true},
94
}
0 commit comments