Flask - Testing Flask Applications
Identify the error in this Flask test code:
with app.test_client() as client:
response = client.get('/home')
print(response.status_code)