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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
I've got an assertion that mocks a post request to my controller, which I've setup to respond with a success code of 200. However, my success function is never called in the controller, nor is the error function.
In my assertion, I'm testing a property on scope that gets set in the success function. Since it never gets called, my assertion always fails.
I've got an assertion that mocks a post request to my controller, which I've setup to respond with a success code of 200. However, my success function is never called in the controller, nor is the error function.
In my assertion, I'm testing a property on scope that gets set in the success function. Since it never gets called, my assertion always fails.
CONTROLLER
SPEC
The text was updated successfully, but these errors were encountered: