Skip to content

Commit

Permalink
Run all the integration tests - 2024-04-12 PT
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Apr 15, 2024
1 parent e5bb100 commit b27d8ac
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 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
3 changes: 1 addition & 2 deletions json-logs/samples/api/users.list.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@
"is_admin": false,
"is_owner": false,
"teams": [
"",
"T00000000"
""
],
"is_primary_owner": false
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public class Room {

@Data
public static class ParticipantsEvent {
private Team userTeam;
private boolean joined;
private boolean cameraOn;
private boolean cameraOff;
Expand Down

0 comments on commit b27d8ac

Please sign in to comment.