We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b59475 commit 35e5534Copy full SHA for 35e5534
schema_test.go
@@ -107,7 +107,7 @@ func TestSchemaValidator_PatternProperties(t *testing.T) {
107
}
108
109
func TestSchemaValidator_Panic(t *testing.T) {
110
- assert.PanicsWithValue(t, "Invalid schema provided to SchemaValidator: object has no key \"pointer-to-nowhere\"", schemaValidatorPanicker)
+ assert.PanicsWithValue(t, `Invalid schema provided to SchemaValidator: object has no field "pointer-to-nowhere"`, schemaValidatorPanicker)
111
112
113
func schemaValidatorPanicker() {
0 commit comments