Skip to content

Commit 2a2035d

Browse files
committed
Run all the integration tests - 2024-06-14 PT
1 parent 33645ed commit 2a2035d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

json-logs/samples/api/conversations.list.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
""
6363
],
6464
"user": [
65-
"W00000000"
65+
"W00000000",
66+
"U00000000"
6667
]
6768
},
6869
"threads_restricted_to": {

slack-api-client/src/test/java/test_with_remote_apis/methods_admin_api/AdminApi_conversations_Test.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ public void basicOperations() throws Exception {
161161
.teamIds(Arrays.asList(teamId))
162162
.lastMessageActivityBefore(100)
163163
).get();
164+
// TODO: internal_error on June 16
164165
assertThat(lookup.getError(), is(nullValue()));
165166

166167
AdminConversationsDisconnectSharedResponse disconnectShared =

0 commit comments

Comments
 (0)