Skip to content

Commit

Permalink
Fix Auth Test Case
Browse files Browse the repository at this point in the history
  • Loading branch information
QuangTung97 committed Apr 4, 2024
1 parent 2aa7a84 commit ee4c290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ee4c290

Please sign in to comment.