Skip to content
Snippets Groups Projects

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

Merged renovate_bot 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) {
@@ -89,7 +89,13 @@ func TestAuth_Login(t *testing.T) {
wantErr: true,
wantErr: true,
validationErrors: []*validate.Violation{
validationErrors: []*validate.Violation{
{
{
FieldPath: stringToPointer("username"),
Field: &validate.FieldPath{
 
Elements: []*validate.FieldPathElement{
 
{
 
FieldName: stringToPointer("username"),
 
},
 
},
 
},
ConstraintId: stringToPointer("required"),
ConstraintId: stringToPointer("required"),
Message: stringToPointer("value is required"),
Message: stringToPointer("value is required"),
}},
}},
@@ -160,7 +166,13 @@ func TestAuth_Logout(t *testing.T) {
@@ -160,7 +166,13 @@ func TestAuth_Logout(t *testing.T) {
wantErr: true,
wantErr: true,
validationErrors: []*validate.Violation{
validationErrors: []*validate.Violation{
{
{
FieldPath: stringToPointer("username"),
Field: &validate.FieldPath{
 
Elements: []*validate.FieldPathElement{
 
{
 
FieldName: stringToPointer("username"),
 
},
 
},
 
},
ConstraintId: stringToPointer("required"),
ConstraintId: stringToPointer("required"),
Message: stringToPointer("value is required"),
Message: stringToPointer("value is required"),
}},
}},
Loading