Skip to content

Commit 2fd93db

Browse files
committed
Run all the integration tests - 2024-12-16 PT
1 parent 6da504f commit 2fd93db

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

json-logs/samples/api/usergroups.create.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"channel_count": 12345,
2828
"users": [
2929
""
30-
]
30+
],
31+
"is_section": false
3132
},
3233
"error": "",
3334
"needed": "",

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"",
3232
"U00000000"
3333
],
34-
"user_count": 12345
34+
"user_count": 12345,
35+
"is_section": false
3536
}
3637
],
3738
"error": "",

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ public class Usergroup {
2424
private boolean usergroup;
2525
@SerializedName("is_subteam")
2626
private boolean subteam;
27+
@SerializedName("is_section")
28+
private boolean section;
2729
private String name;
2830
private String description;
2931
private String handle;

0 commit comments

Comments
 (0)