Skip to content

Commit

Permalink
rebased
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Fenoll <[email protected]>
  • Loading branch information
fenollp committed Mar 19, 2021
1 parent b6d690e commit 1c45c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi3filter/validate_readonly_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func TestValidatingRequestBodyWithReadOnlyProperty(t *testing.T) {
router, err := legacyrouter.NewRouter(doc)
require.NoError(t, err)

err = l.CompileSchemas()
err = sl.CompileSchemas()
require.NoError(t, err)

b, err := json.Marshal(Request{ID: "bt6kdc3d0cvp6u8u3ft0"})
Expand Down

0 comments on commit 1c45c74

Please sign in to comment.