Skip to content

Commit 627e588

Browse files
committed
fixed test
1 parent 9787673 commit 627e588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/api-server/tests/unit/test_services_solver_job_models_converters.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,10 @@ def test_create_job_from_project(faker: Faker):
182182
"quality": {},
183183
"tags": [],
184184
"state": {
185-
"shareState": {
185+
"share_state": {
186186
"status": "CLOSED",
187187
"locked": False,
188-
"currentUserGroupids": [],
188+
"current_user_groupids": [],
189189
},
190190
"state": {"value": "SUCCESS"},
191191
},

0 commit comments

Comments
 (0)