Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
We are running some integration tests via
Pest
. When running the tests im getting Exceptions in my console when the API endpoint throws an actual 404 instead of returning this 404 as response object what the API overall normally does.In basis usecase my code looks like this:
The response of the test however is the Exception in my console in this case via
monolog
Beta Was this translation helpful? Give feedback.
All reactions