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 DELETE request for the /resume/skill route, delete an existing Skill using its index position as an ID. As part of this, you should write a test in test_pytest.py to show it works.
The text was updated successfully, but these errors were encountered:
Using a
DELETE
request for the/resume/skill
route, delete an existing Skill using its index position as an ID. As part of this, you should write a test intest_pytest.py
to show it works.The text was updated successfully, but these errors were encountered: