Skip to content

Commit

Permalink
Run all the integration tests - 2024-09-25 PT
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Sep 25, 2024
1 parent 478483c commit 7ef88bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 75 deletions.
3 changes: 2 additions & 1 deletion json-logs/raw/audit/v1/actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,8 @@
"channel_tab_added",
"channel_tab_removed",
"external_shared_channel_host_transferred",
"channel_template_provisioned"
"channel_template_provisioned",
"record_channel_channel_type_conversion"
],
"app": [
"app_installed",
Expand Down
72 changes: 0 additions & 72 deletions json-logs/samples/api/conversations.listConnectInvites.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,78 +168,6 @@
}
}
]
},
{
"approval_status": "",
"date_accepted": 12345,
"date_invalid": 12345,
"date_last_updated": 12345,
"accepting_team": {
"id": "T00000000",
"name": "",
"icon": {
"image_default": false,
"image_34": "https://www.example.com/",
"image_44": "https://www.example.com/",
"image_68": "https://www.example.com/",
"image_88": "https://www.example.com/",
"image_102": "https://www.example.com/",
"image_230": "https://www.example.com/",
"image_132": "https://www.example.com/"
},
"avatar_base_url": "https://www.example.com/",
"is_verified": false,
"domain": "",
"date_created": 12345,
"requires_sponsorship": false
},
"accepting_user": {
"id": "U00000000",
"team_id": "T00000000",
"name": "",
"updated": 12345,
"who_can_share_contact_card": "",
"profile": {
"real_name": "",
"display_name": "",
"real_name_normalized": "",
"display_name_normalized": "",
"team": "T00000000",
"avatar_hash": "",
"email": "",
"image_24": "https://www.example.com/",
"image_32": "https://www.example.com/",
"image_48": "https://www.example.com/",
"image_72": "https://www.example.com/",
"image_192": "https://www.example.com/",
"image_512": "https://www.example.com/"
}
},
"reviews": [
{
"type": "",
"date_review": 12345,
"reviewing_team": {
"id": "T00000000",
"name": "",
"icon": {
"image_default": false,
"image_34": "https://www.example.com/",
"image_44": "https://www.example.com/",
"image_68": "https://www.example.com/",
"image_88": "https://www.example.com/",
"image_102": "https://www.example.com/",
"image_230": "https://www.example.com/",
"image_132": "https://www.example.com/"
},
"avatar_base_url": "https://www.example.com/",
"is_verified": false,
"domain": "",
"date_created": 12345,
"requires_sponsorship": false
}
}
]
}
],
"id": "I00000000",
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 @@ -349,6 +349,7 @@ private Channel() {
public static final String channel_tab_removed = "channel_tab_removed";
public static final String external_shared_channel_host_transferred = "external_shared_channel_host_transferred";
public static final String channel_template_provisioned = "channel_template_provisioned";
public static final String record_channel_channel_type_conversion = "record_channel_channel_type_conversion";
}

public static class App {
Expand Down

0 comments on commit 7ef88bf

Please sign in to comment.