Skip to content

Commit f52bb6b

Browse files
committed
Run all the integration tests
1 parent a973bb4 commit f52bb6b

File tree

8 files changed

+24
-10
lines changed

8 files changed

+24
-10
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
""
5656
],
5757
"ims": [
58-
""
58+
"",
59+
"D00000000"
5960
],
6061
"comments_count": 12345,
6162
"url_private_download": "https://www.example.com/",

json-logs/samples/api/rtm.start.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,9 @@
336336
"seen_edit_mode": false,
337337
"newxp_seen_help_message": 12345,
338338
"calls_survey_last_seen": 12345,
339-
"seen_edit_mode_edu": false
339+
"seen_edit_mode_edu": false,
340+
"add_prompt_interacted": false,
341+
"emoji_use_org": ""
340342
},
341343
"created": 12345,
342344
"first_login": 12345,
@@ -575,7 +577,11 @@
575577
]
576578
},
577579
"has_compliance_export": false,
578-
"workflow_extension_steps_beta_opt_in": false
580+
"workflow_extension_steps_beta_opt_in": false,
581+
"notification_redaction_type": "",
582+
"app_management_apps": [
583+
""
584+
]
579585
},
580586
"icon": {
581587
"image_34": "https://www.example.com/",
@@ -926,7 +932,8 @@
926932
}
927933
]
928934
},
929-
"user_count": 12345
935+
"user_count": 12345,
936+
"channel_count": 12345
930937
}
931938
]
932939
},

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"groups": [
2424
""
2525
]
26-
}
26+
},
27+
"channel_count": 12345
2728
},
2829
"error": "",
2930
"needed": "",

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"groups": [
2525
""
2626
]
27-
}
27+
},
28+
"channel_count": 12345
2829
},
2930
"error": "",
3031
"needed": "",

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"groups": [
2424
""
2525
]
26-
}
26+
},
27+
"channel_count": 12345
2728
},
2829
"error": "",
2930
"needed": "",

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"groups": [
2626
""
2727
]
28-
}
28+
},
29+
"channel_count": 12345
2930
}
3031
],
3132
"error": "",

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"groups": [
2424
""
2525
]
26-
}
26+
},
27+
"channel_count": 12345
2728
},
2829
"error": "",
2930
"needed": "",

json-logs/samples/api/usergroups.users.update.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
},
2727
"users": [
2828
"U00000000"
29-
]
29+
],
30+
"channel_count": 12345
3031
},
3132
"error": "",
3233
"needed": "",

0 commit comments

Comments
 (0)