Rest API - API Testing and Monitoring
Given this integration test snippet:
The test raises a KeyError. What is the most probable reason?
response = requests.get('https://api.example.com/info')
print(response.json()['data'])The test raises a KeyError. What is the most probable reason?
