restore Validator.ValidateRequest() method (#273)

This commit is contained in:
Alessandro Ros
2023-05-07 19:38:51 +02:00
committed by GitHub
parent 7c67221494
commit 3d5496173d
2 changed files with 3 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ func TestValidatorErrors(t *testing.T) {
t.Run(ca.name, func(t *testing.T) {
va := NewValidator("myuser", "mypass", nil)
va.nonce = "abcde"
err := va.Validate(&base.Request{
err := va.ValidateRequest(&base.Request{
Method: base.Describe,
URL: nil,
Header: base.Header{