You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a PUT request for the /resume/education route, update an existing Education using its index position as an ID. As part of this, you should write a test in test_pytest.py to show it works.
Using a
PUTrequest for the/resume/educationroute, update an existing Education using its index position as an ID. As part of this, you should write a test intest_pytest.pyto show it works.