Skip to content

Commit f2b9c94

Browse files
committed
fix responses
1 parent 9a49788 commit f2b9c94

15 files changed

+3345
-3325
lines changed

services/api-server/tests/mocks/create_program_job_success.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,10 @@
162162
"creationDate": "2025-04-15T13:14:44.636Z",
163163
"lastChangeDate": "2025-04-15T13:14:46.704Z",
164164
"state": {
165-
"locked": {
166-
"value": false,
167-
"status": "CLOSED"
165+
"shareState": {
166+
"locked": false,
167+
"status": "CLOSED",
168+
"currentUserGroupids": []
168169
},
169170
"state": {
170171
"value": "UNKNOWN"

services/api-server/tests/mocks/create_study_job.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,10 @@
9898
"tags": [],
9999
"classifiers": [],
100100
"state": {
101-
"locked": {
102-
"value": false,
103-
"status": "CLOSED"
101+
"shareState": {
102+
"locked": false,
103+
"status": "CLOSED",
104+
"currentUserGroupids": []
104105
},
105106
"state": {
106107
"value": "UNKNOWN"

services/api-server/tests/mocks/for_test_api_routes_studies.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,10 @@
160160
"tags": [],
161161
"classifiers": [],
162162
"state": {
163-
"locked": {
164-
"value": false,
165-
"status": "CLOSED"
163+
"shareState": {
164+
"locked": false,
165+
"status": "CLOSED",
166+
"currentUserGroupids": []
166167
},
167168
"state": {
168169
"value": "UNKNOWN"
@@ -385,9 +386,10 @@
385386
"tags": [],
386387
"classifiers": [],
387388
"state": {
388-
"locked": {
389-
"value": false,
390-
"status": "CLOSED"
389+
"shareState": {
390+
"locked": false,
391+
"status": "CLOSED",
392+
"currentUserGroupids": []
391393
},
392394
"state": {
393395
"value": "UNKNOWN"

0 commit comments

Comments
 (0)