Skip to content

Commit

Permalink
Fix Set with Auth Error
Browse files Browse the repository at this point in the history
  • Loading branch information
QuangTung97 committed Apr 4, 2024
1 parent d48d138 commit 2aa7a84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1549,6 +1549,8 @@ func TestClientInternal_ACL(t *testing.T) {
},
)

c.AddAuth("digest", []byte("user01:password01"), func(resp AddAuthResponse, err error) {})

c.Set(pathVal, []byte("new-data"), 0, func(resp SetResponse, err error) {
steps = append(steps, "set-data")
respErrors = append(respErrors, err)
Expand Down

0 comments on commit 2aa7a84

Please sign in to comment.