Skip to content
Snippets Groups Projects

[renovate] Update module github.com/bufbuild/protovalidate-go to v0.8.2

Merged Ghost User requested to merge renovate/github.com-bufbuild-protovalidate-go-0.x into master
Files
7
@@ -89,7 +89,13 @@ func TestAuth_Login(t *testing.T) {
wantErr: true,
validationErrors: []*validate.Violation{
{
FieldPath: stringToPointer("username"),
Field: &validate.FieldPath{
Elements: []*validate.FieldPathElement{
{
FieldName: stringToPointer("username"),
},
},
},
ConstraintId: stringToPointer("required"),
Message: stringToPointer("value is required"),
}},
@@ -160,7 +166,13 @@ func TestAuth_Logout(t *testing.T) {
wantErr: true,
validationErrors: []*validate.Violation{
{
FieldPath: stringToPointer("username"),
Field: &validate.FieldPath{
Elements: []*validate.FieldPathElement{
{
FieldName: stringToPointer("username"),
},
},
},
ConstraintId: stringToPointer("required"),
Message: stringToPointer("value is required"),
}},
Loading