diff --git a/crates/arc-workflows/tests/integration.rs b/crates/arc-workflows/tests/integration.rs index 76aab0bd8..a48e66d49 100644 --- a/crates/arc-workflows/tests/integration.rs +++ b/crates/arc-workflows/tests/integration.rs @@ -12961,7 +12961,7 @@ async fn asset_collection_local_sandbox_success() { git_author: arc_workflows::git::GitAuthor::default(), base_branch: None, pull_request_enabled: false, - asset_globs: Vec::new(), + asset_globs: vec!["test-results/**".to_string()], }; let outcome = engine @@ -13073,7 +13073,7 @@ async fn asset_collection_local_sandbox_on_failure() { git_author: arc_workflows::git::GitAuthor::default(), base_branch: None, pull_request_enabled: false, - asset_globs: Vec::new(), + asset_globs: vec!["test-results/**".to_string()], }; let outcome = engine