Skip to content

Commit 7e7d81e

Browse files
committed
Run all the integration tests - 2022-06-13 PT
1 parent 6753533 commit 7e7d81e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

json-logs/samples/api/search.all.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6228,7 +6228,11 @@
62286228
"updated": 12345,
62296229
"thumb_video": "https://www.example.com/",
62306230
"comments_count": 12345,
6231-
"media_display_type": ""
6231+
"media_display_type": "",
6232+
"converted_pdf": "https://www.example.com/",
6233+
"thumb_pdf": "https://www.example.com/",
6234+
"thumb_pdf_w": 12345,
6235+
"thumb_pdf_h": 12345
62326236
}
62336237
]
62346238
},

json-logs/samples/api/search.files.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,11 @@
132132
"updated": 12345,
133133
"thumb_video": "https://www.example.com/",
134134
"media_display_type": "",
135-
"comments_count": 12345
135+
"comments_count": 12345,
136+
"converted_pdf": "https://www.example.com/",
137+
"thumb_pdf": "https://www.example.com/",
138+
"thumb_pdf_w": 12345,
139+
"thumb_pdf_h": 12345
136140
}
137141
]
138142
},

slack-api-model/src/main/java/com/slack/api/model/MatchedItem.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ public void setPublic(boolean isPublic) {
204204

205205
private String thumbVideo;
206206

207+
private String convertedPdf;
207208
private String thumbPdf;
208209
@SerializedName("thumb_pdf_w")
209210
private String thumbPdfWidth;

0 commit comments

Comments
 (0)