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
Doing GET /proformas/1234.json
returns the Proforma 1234
Doing GET /quotes/1234.json
returns the SAME Proforma 1234 when I queried for Quotes.
Expected return would be 404 since no Quote with id 1234 exists.
The text was updated successfully, but these errors were encountered:
What happened?
Doing
GET /proformas/1234.json
returns the Proforma 1234
Doing
GET /quotes/1234.json
returns the SAME Proforma 1234 when I queried for Quotes.
Expected return would be 404 since no Quote with id 1234 exists.
The text was updated successfully, but these errors were encountered: