Question: need help fixing this code FAILED [100%] tests/test_about_page.py:3 (test_index_route) 404 != 200 Expected :200 Actual :404 client = > def test_index_route(client): response = client.get('/CLIENT') >
need help fixing this code
![need help fixing this code FAILED [100%] tests/test_about_page.py:3 (test_index_route) 404 !=](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f085de7dc23_94266f085de02a56.jpg)
FAILED [100%] tests/test_about_page.py:3 (test_index_route) 404 != 200
Expected :200 Actual :404
client =
def test_index_route(client): response = client.get('/CLIENT') > assert response.status_code == 200 E assert 404 == 200 E + where 404 =
test_about_page.py:6: AssertionError
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
