Skip to content

Commit

Permalink
Run all the integration tests - 2024-06-25 PT
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Jun 26, 2024
1 parent 31a1f97 commit 5ab6cb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion json-logs/samples/audit/v1/logs.json
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,8 @@
"id": "",
"team_id": ""
},
"rules_checked": []
"rules_checked": [],
"disconnecting_team": ""
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ public static class Details {
private AAARule matchedRule; // app_allowlist_rule_matched
private AAARequest request; // app_allowlist_rule_matched
private List<AAARule> rulesChecked; // app_allowlist_rule_matched
private String disconnectingTeam; // external_shared_channel_disconnected
}

@Data
Expand Down

0 comments on commit 5ab6cb9

Please sign in to comment.