diff --git a/test/integration/consul-container/test/resource/grpc_forwarding_test.go b/test/integration/consul-container/test/resource/grpc_forwarding_test.go index fc085db1b8..731b2b9cb9 100644 --- a/test/integration/consul-container/test/resource/grpc_forwarding_test.go +++ b/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,