#cabeedelhertz
1 messages · Page 1 of 1 (latest)
Good question checking in to this. That being said we typically don't recommend making actual API calls to Stripe during unit tests. It usually makes more sense to mock out responses by getting a response once and then passing it in to your unit test code.
It can make sense to reach out to us to make sure the API object retain the same shape/behavior if you upgrade API versions but that is typically a different thing than making an API call in each unit test.
I'm not seeing a way to do this. I will consult my colleagues and get back to you
Unfortunately it looks like we do not have an entirely backend way of working with financial connections at the moment, it requires manual frontend actions.
Can you tell me more about what you are trying to do with your tests? I can see if we have anything else in test mode that may help you