fix: add host_context field to container executor test contexts

This commit is contained in:
2026-03-26 23:37:24 +00:00
parent 31a46ecbbd
commit ed9c97ca32
2 changed files with 4 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ fn make_context<'a>(
step,
workflow,
cancellation_token: tokio_util::sync::CancellationToken::new(),
host_context: None,
}
}