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
I suggest to change from 200 to 201 on the App.test.js:26 because on successfully execution of the POST method I expect it returns 201 code Created, instead of the generic 200 code Ok.
The text was updated successfully, but these errors were encountered:
I suggest to change from
200
to201
on theApp.test.js:26
because on successfully execution of thePOST
method I expect it returns201
codeCreated
, instead of the generic200
codeOk
.The text was updated successfully, but these errors were encountered: