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
However when requesting: http://localhost:4502/stubs/__admin/scenarios/reset I get No stub defined for this request http://localhost:4502/__admin/scenarios/reset I get 404 Resource at '/__admin/scenarios/reset' not found: No resource found
Stateful scenario like this seems to work except reset of course:
According to: http://wiremock.org/docs/stateful-behaviour/ we should be able to reset state if stateful is used.
However when requesting:
http://localhost:4502/stubs/__admin/scenarios/reset
I getNo stub defined for this request
http://localhost:4502/__admin/scenarios/reset
I get404 Resource at '/__admin/scenarios/reset' not found: No resource found
Stateful scenario like this seems to work except reset of course:
The text was updated successfully, but these errors were encountered: