Skip to content

Commit

Permalink
Run all the integration tests - 2024-06-28 PT
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Jun 29, 2024
1 parent 5ab6cb9 commit e1b7a42
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion json-logs/raw/audit/v1/actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,8 @@
"huddle_participant_dropped",
"huddle_screenshare_on",
"huddle_screenshare_off",
"huddle_knock_accepted"
"huddle_knock_accepted",
"huddle_participant_transcript_consent"
],
"anomaly": [
"anomaly"
Expand Down
3 changes: 1 addition & 2 deletions json-logs/samples/api/files.completeUploadExternal.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@
}
},
"channels": [
"C00000000",
""
"C00000000"
],
"groups": [
""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ private Huddle() {
public static final String huddle_screenshare_on = "huddle_screenshare_on";
public static final String huddle_screenshare_off = "huddle_screenshare_off";
public static final String huddle_knock_accepted = "huddle_knock_accepted";
public static final String huddle_participant_transcript_consent = "huddle_participant_transcript_consent";
}

public static class Anomaly {
Expand Down

0 comments on commit e1b7a42

Please sign in to comment.