You can redefine effects.
Just call reg-fx
again with the same ID and with a different implementation.
hmm.. it's the effects that i want to test though. e.g. if the response is a 400 then x event will be dispatched or if 200 then the db should contain my data... something like that
Call the callback with the mocked response?