separate test

pull/20460/head
Xinyi Wang 2024-02-02 11:42:14 -08:00
parent 395984c444
commit cc1246d8ba
1 changed files with 6 additions and 0 deletions

View File

@ -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,