Browse Source

separate test

pull/20460/head
Xinyi Wang 10 months ago
parent
commit
cc1246d8ba
  1. 6
      test/integration/consul-container/test/resource/grpc_forwarding_test.go

6
test/integration/consul-container/test/resource/grpc_forwarding_test.go

@ -55,6 +55,12 @@ func TestClientForwardToServer(t *testing.T) {
expectedCode: 1,
expectedMsg: "failed getting authorizer: ACL not found",
},
},
aclEnabled: true,
},
{
description: "The apply request should be allowed if providing token when ACL is enabled",
operations: []operation{
{
action: applyResource,
includeToken: true,

Loading…
Cancel
Save