Rest API - API Testing and Monitoring
Identify the error in this test snippet:
response = client.get('/products')
assert response.status == 200
assert 'items' in response.json()