Browse Source

accurate

pull/7403/head
chrislu 1 month ago
parent
commit
7e5ed5c223
  1. 2
      weed/s3api/auto_signature_v4_test.go

2
weed/s3api/auto_signature_v4_test.go

@ -505,7 +505,7 @@ func TestSignatureV4WithoutProxy(t *testing.T) {
// Test signature verification
_, _, errCode := iam.doesSignatureMatch(r)
if errCode != s3err.ErrNone {
t.Errorf("Expected successful signature validation with forwarded port, got error: %v (code: %d)", errCode, int(errCode))
t.Errorf("Expected successful signature validation, got error: %v (code: %d)", errCode, int(errCode))
}
})
}

Loading…
Cancel
Save