Skip to content

Commit bfbd604

Browse files
committed
chore: update helm chart
Signed-off-by: Miguel Martinez <miguel@chainloop.dev>
1 parent d20a23b commit bfbd604

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/controlplane/internal/server/grpc_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ func TestRequireAllButOrganizationOperationsMatcher(t *testing.T) {
8888
}{
8989
{"/controlplane.v1.WorkflowService/List", true},
9090
{"/controlplane.v1.WorkflowRunService/List", true},
91-
{"/controlplane.v1.OrganizationService/Create", false},
91+
{"/controlplane.v1.OrganizationService/Create", true},
9292
{"/controlplane.v1.CASBackendService/List", true},
9393
{"/controlplane.v1.CASBackendService/Add", true},
9494
}

0 commit comments

Comments
 (0)