Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started