Flask - Testing Flask Applications
In a Flask test, you want to mock two different external services called sequentially using
requests.get. How can you configure the mock to return different responses for each call?