forked from kompetenzinventar/ki-backend
implement updating skills
This commit is contained in:
@ -36,6 +36,10 @@ class TestSkillsEndpoint(unittest.TestCase):
|
||||
"id": 1,
|
||||
"name": "PHP",
|
||||
"icon_url": "/skills/1/icon"
|
||||
}, {
|
||||
"id": 10,
|
||||
"name": "PostgreSQL",
|
||||
"icon_url": "/skills/10/icon"
|
||||
}, {
|
||||
"id": 3,
|
||||
"name": "Python",
|
||||
|
Reference in New Issue
Block a user