Skip to content

Commit

Permalink
Run all the integration tests - 2024-02-12 PT
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Feb 13, 2024
1 parent fbb400e commit 6a53ddf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 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 @@ -424,7 +424,8 @@
"native_dlp_rule_created",
"native_dlp_rule_deactivated",
"native_dlp_rule_reactivated",
"native_dlp_rule_edited"
"native_dlp_rule_edited",
"native_dlp_rule_action_applied"
]
}
}
5 changes: 1 addition & 4 deletions json-logs/samples/api/search.all.json
Original file line number Diff line number Diff line change
Expand Up @@ -64466,7 +64466,6 @@
"ts": "0000000000.000000",
"channel_name": "",
"team_id": "T00000000",
"access": "",
"share_user_id": "U00000000",
"source": ""
}
Expand All @@ -64489,7 +64488,6 @@
"ts": "0000000000.000000",
"channel_name": "",
"team_id": "T00000000",
"access": "",
"share_user_id": "U00000000",
"source": ""
}
Expand Down Expand Up @@ -64562,8 +64560,7 @@
"sent_to_self": false,
"bot_id": "B00000000",
"editors": [
"",
"U00000000"
""
],
"url_static_preview": "https://www.example.com/",
"quip_thread_id": "",
Expand Down
5 changes: 1 addition & 4 deletions json-logs/samples/api/search.files.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
"ts": "0000000000.000000",
"channel_name": "",
"team_id": "T00000000",
"access": "",
"share_user_id": "U00000000",
"source": ""
}
Expand All @@ -107,7 +106,6 @@
"ts": "0000000000.000000",
"channel_name": "",
"team_id": "T00000000",
"access": "",
"share_user_id": "U00000000",
"source": ""
}
Expand Down Expand Up @@ -180,8 +178,7 @@
"sent_to_self": false,
"bot_id": "B00000000",
"editors": [
"",
"U00000000"
""
],
"url_static_preview": "https://www.example.com/",
"quip_thread_id": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -511,5 +511,6 @@ private NativeDlp() {
public static final String native_dlp_rule_deactivated = "native_dlp_rule_deactivated";
public static final String native_dlp_rule_reactivated = "native_dlp_rule_reactivated";
public static final String native_dlp_rule_edited = "native_dlp_rule_edited";
public static final String native_dlp_rule_action_applied = "native_dlp_rule_action_applied";
}
}

0 comments on commit 6a53ddf

Please sign in to comment.