Skip to content

Commit ac3ede2

Browse files
committed
Run all the integration tests - 2024-11-15 PT
1 parent 61b8607 commit ac3ede2

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
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": {

json-logs/samples/api/users.info.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@
7272
"is_owner": false,
7373
"teams": [
7474
""
75-
]
75+
],
76+
"is_primary_owner": false
7677
},
7778
"is_stranger": false,
7879
"who_can_share_contact_card": "",

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@
7575
"is_admin": false,
7676
"is_owner": false,
7777
"teams": [
78-
"",
79-
"T00000000"
78+
""
8079
],
8180
"is_primary_owner": false
8281
},

0 commit comments

Comments
 (0)