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
This issue is about what happens if you try to hit a middleware route which does not exist. What should happen in that scenario is the the status should be 404 and there should be an error body with the message "Not Found" which matches OrderCloud's not found error.
I'm not sure if that's working correctly now or not. Either way, there needs to be an integration test for this scenario.
The text was updated successfully, but these errors were encountered:
This issue is about what happens if you try to hit a middleware route which does not exist. What should happen in that scenario is the the status should be 404 and there should be an error body with the message "Not Found" which matches OrderCloud's not found error.
I'm not sure if that's working correctly now or not. Either way, there needs to be an integration test for this scenario.
The text was updated successfully, but these errors were encountered: