Skip to content

Commit

Permalink
Run all the integration tests - 2024-02-27 PT
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Feb 27, 2024
1 parent 18da1ab commit a1f447f
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 9 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
6 changes: 2 additions & 4 deletions json-logs/samples/api/search.all.json
Original file line number Diff line number Diff line change
Expand Up @@ -64467,8 +64467,7 @@
"channel_name": "",
"team_id": "T00000000",
"share_user_id": "U00000000",
"source": "",
"access": ""
"source": ""
}
],
"C00000001": [
Expand All @@ -64490,8 +64489,7 @@
"channel_name": "",
"team_id": "T00000000",
"share_user_id": "U00000000",
"source": "",
"access": ""
"source": ""
}
]
}
Expand Down
6 changes: 2 additions & 4 deletions json-logs/samples/api/search.files.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@
"channel_name": "",
"team_id": "T00000000",
"share_user_id": "U00000000",
"source": "",
"access": ""
"source": ""
}
],
"C00000001": [
Expand All @@ -108,8 +107,7 @@
"channel_name": "",
"team_id": "T00000000",
"share_user_id": "U00000000",
"source": "",
"access": ""
"source": ""
}
]
}
Expand Down
3 changes: 2 additions & 1 deletion json-logs/samples/api/users.list.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@
"is_primary_owner": false
},
"is_invited_user": false,
"is_connector_bot": false
"is_connector_bot": false,
"two_factor_type": ""
}
],
"cache_ts": 12345,
Expand Down

0 comments on commit a1f447f

Please sign in to comment.