Open wrussell1999 opened 1 year ago
Using a DELETE request for the /resume/education route, delete 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.
DELETE
/resume/education
test_pytest.py
@wrussell1999 Will work on this as well!
Using a
DELETE
request for the/resume/education
route, delete an existing Education using its index position as an ID. As part of this, you should write a test intest_pytest.py
to show it works.