Skip to content

Commit

Permalink
Run all the integration tests - 2024-06-14 PT
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Jun 17, 2024
1 parent 33645ed commit 2a2035d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion json-logs/samples/api/conversations.list.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
""
],
"user": [
"W00000000"
"W00000000",
"U00000000"
]
},
"threads_restricted_to": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ public void basicOperations() throws Exception {
.teamIds(Arrays.asList(teamId))
.lastMessageActivityBefore(100)
).get();
// TODO: internal_error on June 16
assertThat(lookup.getError(), is(nullValue()));

AdminConversationsDisconnectSharedResponse disconnectShared =
Expand Down

0 comments on commit 2a2035d

Please sign in to comment.