Skip to content

Commit e6bee14

Browse files
committed
test fix
1 parent 3d85f1c commit e6bee14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vacancy/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def setUp(self):
3131
)
3232
self.vacancy_create_data = {
3333
"role": "Test",
34-
"required_skills_ids": [1, 15],
34+
"required_skills": ["Test"],
3535
"description": "Test",
3636
"is_active": True,
3737
"project": self.created_project.id,

0 commit comments

Comments
 (0)