DEV Community

Discussion on: What's your take on writing tests for third-party services or integrations?

Collapse
 
david_ojeda profile image
David Ojeda

Thanks for the advice! We already ping the service, but I thought it would be a good idea to also test the specific endpoint responses themselves.

I'll change the tests to mock the response instead and see how it goes