Skip to content

Commit 89ccb53

Browse files
ySnoopyDogydaveshanley
authored andcommitted
fix lint
1 parent 5cc2283 commit 89ccb53

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

responses/validate_body_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,6 +1281,7 @@ components:
12811281
strings.Contains(errors[0].Reason, "not found"),
12821282
"Expected error about circular reference or JSON pointer not found, got: %s", errors[0].Reason)
12831283
}
1284+
12841285
func TestValidateResponseBody_XMLMarshalError(t *testing.T) {
12851286
tb := newvalidateResponseTestBed(
12861287
t,

schema_validation/validate_xml_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,6 +1233,7 @@ func TestApplyXMLTransformations_IncorrectSchema(t *testing.T) {
12331233
assert.Equal(t, "got string, want boolean", err[0].SchemaValidationErrors[0].Reason)
12341234
assert.Equal(t, "schema does not pass validation", err[0].Message)
12351235
}
1236+
12361237
func TestApplyXMLTransformations_NilPropSchema(t *testing.T) {
12371238
schema := &base.Schema{
12381239
Properties: orderedmap.New[string, *base.SchemaProxy](),

0 commit comments

Comments
 (0)