Skip to content

Commit

Permalink
Run all the integration tests - 2024-05-01 PT
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed May 2, 2024
1 parent a772870 commit e7b099f
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
24 changes: 24 additions & 0 deletions json-logs/samples/api/files.completeUploadExternal.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,18 @@
"thread_ts": "0000000000.000000",
"latest_reply": "0000000000.000000",
"source": ""
},
{
"reply_users": [
""
],
"reply_users_count": 12345,
"reply_count": 12345,
"ts": "0000000000.000000",
"channel_name": "",
"team_id": "T00000000",
"share_user_id": "U00000000",
"source": ""
}
],
"C00000001": [
Expand All @@ -65,6 +77,18 @@
"thread_ts": "0000000000.000000",
"latest_reply": "0000000000.000000",
"source": ""
},
{
"reply_users": [
""
],
"reply_users_count": 12345,
"reply_count": 12345,
"ts": "0000000000.000000",
"channel_name": "",
"team_id": "T00000000",
"share_user_id": "U00000000",
"source": ""
}
]
}
Expand Down
4 changes: 4 additions & 0 deletions json-logs/samples/scim/v2/Groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
},
"displayName": "",
"members": [
{
"value": "W00000000",
"display": ""
},
{
"value": "",
"display": ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ public static class Address {
private String access;
private Integer updateNotification;
private Integer privateChannelsWithFileAccessCount;
private Integer privateFileWithAccessCount;
private List<File.UserWithFileAccess> dmMpdmUsersWithFileAccess;
private List<String> teamsSharedWith;
private String orgOrWorkspaceAccess;
Expand Down

0 comments on commit e7b099f

Please sign in to comment.