mirror of
https://github.com/openai/codex.git
synced 2026-09-17 12:23:33 +00:00
test(core): fix mach service ordering expectations
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -53,8 +53,8 @@ fn merge_extensions_widens_permissions() {
|
||||
"com.apple.Notes".to_string(),
|
||||
]),
|
||||
macos_mach_services: vec![
|
||||
"com.vendor.helper".to_string(),
|
||||
"com.apple.logd".to_string(),
|
||||
"com.vendor.helper".to_string(),
|
||||
],
|
||||
macos_launch_services: true,
|
||||
macos_accessibility: true,
|
||||
|
||||
@@ -425,8 +425,8 @@ fn effective_permissions_merge_macos_extensions_with_additional_permissions() {
|
||||
"com.apple.Notes".to_string(),
|
||||
]),
|
||||
macos_mach_services: vec![
|
||||
"com.vendor.helper".to_string(),
|
||||
"com.apple.logd".to_string(),
|
||||
"com.vendor.helper".to_string(),
|
||||
],
|
||||
macos_launch_services: true,
|
||||
macos_accessibility: true,
|
||||
|
||||
Reference in New Issue
Block a user