Skip to content

Commit 2aa7a84

Browse files
committed
Fix Set with Auth Error
1 parent d48d138 commit 2aa7a84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client_integration_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -1549,6 +1549,8 @@ func TestClientInternal_ACL(t *testing.T) {
15491549
},
15501550
)
15511551

1552+
c.AddAuth("digest", []byte("user01:password01"), func(resp AddAuthResponse, err error) {})
1553+
15521554
c.Set(pathVal, []byte("new-data"), 0, func(resp SetResponse, err error) {
15531555
steps = append(steps, "set-data")
15541556
respErrors = append(respErrors, err)

0 commit comments

Comments
 (0)