Skip to content

Commit

Permalink
INTG-3237 - fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sc-gv committed Mar 25, 2024
1 parent 6bd9cb9 commit 5596a74
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions pkg/api/mocks/set_1/feed_issue_assignees_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
},
"data": [
{
"id": "44f0d61f-6e2a-40fe-97d0-a8db16ef8897_user_3c546133210044fcbb9cf10d97c09208",
"issue_id": "44f0d61f-6e2a-40fe-97d0-a8db16ef8897",
"assignee_id": "user_3c546133210044fcbb9cf10d97c09208",
"id": "test-1",
"issue_id": "issue-1",
"assignee_id": "user-1",
"name": "Test User",
"organisation_id": "role_e73aed1517724161b5dd1db75fff9874",
"organisation_id": "role-1",
"modified_at": "2024-03-13T03:19:34Z",
"type": "user"
},
{
"id": "f4b136dc-7bb8-47a9-8d95-2bd4c6fa33dc_user_75969a1378464d3089e29fd6f18ab342",
"issue_id": "f4b136dc-7bb8-47a9-8d95-2bd4c6fa33dc",
"assignee_id": "user_75969a1378464d3089e29fd6f18ab342",
"id": "test-2",
"issue_id": "issue-1",
"assignee_id": "user-1",
"name": "13 Mar",
"organisation_id": "role_e73aed1517724161b5dd1db75fff9874",
"organisation_id": "role-1",
"modified_at": "2024-03-13T03:20:56Z",
"type": "user"
}
Expand Down
4 changes: 2 additions & 2 deletions pkg/api/mocks/set_1/outputs/issue_assignees.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
id,issue_id,assignee_id,name,organisation_id,modified_at,type
44f0d61f-6e2a-40fe-97d0-a8db16ef8897_user_3c546133210044fcbb9cf10d97c09208,44f0d61f-6e2a-40fe-97d0-a8db16ef8897,user_3c546133210044fcbb9cf10d97c09208,Test User,role_e73aed1517724161b5dd1db75fff9874,2024-03-13T03:19:34Z,user
f4b136dc-7bb8-47a9-8d95-2bd4c6fa33dc_user_75969a1378464d3089e29fd6f18ab342,f4b136dc-7bb8-47a9-8d95-2bd4c6fa33dc,user_75969a1378464d3089e29fd6f18ab342,13 Mar,role_e73aed1517724161b5dd1db75fff9874,2024-03-13T03:20:56Z,user
test-1,issue-1,user-1,Test User,role-1,--date--,user
test-2,issue-2,user-1,13 Mar,role-1,--date--,user

0 comments on commit 5596a74

Please sign in to comment.