You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
michaelstaib
changed the title
The schema factory does not throw an exception if the specified directive is not correct
The schema factory does not throw an exception if an annotated directive is not correct
Mar 7, 2019
Describe the bug
The schema factory does not throw an exception if the specified directive is not correct
in the above example we have a type
@authorize(role: "TESTE")
.To Reproduce
See above example.
Expected behavior
A schema error should have been thrown.
The text was updated successfully, but these errors were encountered: