Skip to content

Commit

Permalink
Run all the integration tests - 2024-02-15 PT
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Feb 16, 2024
1 parent 4f68d6b commit fa28452
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public class FilesInfoResponse implements SlackApiTextResponse {
private String contentHighlightCss;
@SerializedName("is_truncated")
private boolean truncated;
private Boolean contentHighlightHtmlTruncated;

// https://api.slack.com/changelog/2018-05-file-threads-soon-tread
@Deprecated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ private static boolean matches(String methodName, List<String> exactNameOrRegexp
"getWarning",
"getNeeded",
"getProvided",
"getResponseMetadata"
"getResponseMetadata",
"getContentHighlightHtmlTruncated"
);

}

0 comments on commit fa28452

Please sign in to comment.