Skip to content

Commit

Permalink
Run all the integration tests - 2020-08-21 PT
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Aug 22, 2020
1 parent bd7c2b8 commit 94698aa
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 5 deletions.
Expand Up @@ -850,9 +850,7 @@ public static class DndTestState {
private boolean dndUpdatedUser;

public boolean isAllDone() {
// TODO: receiving dnd_updated_user events
// return dndUpdated && dndUpdatedUser;
return dndUpdated;
return dndUpdated && dndUpdatedUser;
}
}

Expand Down
26 changes: 25 additions & 1 deletion json-logs/samples/api/files.remote.share.json
Expand Up @@ -62,7 +62,31 @@
],
"external_id": "",
"external_url": "https://www.example.com/",
"has_rich_preview": false
"has_rich_preview": false,
"thumb_64": "https://www.example.com/",
"thumb_80": "https://www.example.com/",
"thumb_360": "https://www.example.com/",
"thumb_360_w": 12345,
"thumb_360_h": 12345,
"thumb_480": "https://www.example.com/",
"thumb_480_w": 12345,
"thumb_480_h": 12345,
"thumb_160": "https://www.example.com/",
"thumb_720": "https://www.example.com/",
"thumb_720_w": 12345,
"thumb_720_h": 12345,
"thumb_800": "https://www.example.com/",
"thumb_800_w": 12345,
"thumb_800_h": 12345,
"thumb_960": "https://www.example.com/",
"thumb_960_w": 12345,
"thumb_960_h": 12345,
"thumb_1024": "https://www.example.com/",
"thumb_1024_w": 12345,
"thumb_1024_h": 12345,
"original_w": 12345,
"original_h": 12345,
"thumb_tiny": ""
},
"error": "",
"needed": "",
Expand Down
3 changes: 2 additions & 1 deletion json-logs/samples/api/rtm.start.json
Expand Up @@ -348,7 +348,8 @@
"pt-BR": "",
"ja-JP": ""
},
"joiner_notifications_muted": false
"joiner_notifications_muted": false,
"invite_accepted_notifications_muted": false
},
"created": 12345,
"first_login": 12345,
Expand Down

0 comments on commit 94698aa

Please sign in to comment.