From ee4c2900a6ea406ee124e8809c36cc4c1a2b30af Mon Sep 17 00:00:00 2001 From: "tung.tq" Date: Thu, 4 Apr 2024 15:10:55 +0700 Subject: [PATCH] Fix Auth Test Case --- client_integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client_integration_test.go b/client_integration_test.go index 1214528..540b3ce 100644 --- a/client_integration_test.go +++ b/client_integration_test.go @@ -1533,7 +1533,7 @@ func TestClientInternal_ACL(t *testing.T) { c.SetACL( pathVal, - DigestACL(PermRead, "user01", "password01"), 0, + DigestACL(PermRead|PermWrite, "user01", "password01"), 0, func(resp SetACLResponse, err error) { steps = append(steps, "set-acl") respErrors = append(respErrors, err)