Skip to content

Commit

Permalink
removed dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
daveshanley committed Apr 12, 2024
1 parent 9b73e7c commit 9e02717
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions functions/openapi/examples_missing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ paths:
res := def.RunRule(nil, ctx)

assert.Len(t, res, 0)
//assert.Equal(t, "schema is missing `examples` or `example`", res[0].Message)
//assert.Contains(t, res[0].Path, "$.paths['/pizza'].get.requestBody.content['application/json']")
}

func TestExamplesMissing_Alt(t *testing.T) {
Expand Down

0 comments on commit 9e02717

Please sign in to comment.