Fix RunSpec test fixtures

This commit is contained in:
Scott Werner 2026-08-24 12:11:49 -04:00
parent d978a6c89d
commit e2db53011e
2 changed files with 2 additions and 0 deletions

View file

@ -596,6 +596,7 @@ mod tests {
graph_source: None,
workflow_slug: Some("test-workflow".to_string()),
workflow_version_id: None,
target: None,
automation: None,
source_directory: None,
labels: HashMap::new(),

View file

@ -634,6 +634,7 @@ mod tests {
graph_source: None,
workflow_slug: Some("night-sky".to_string()),
workflow_version_id: None,
target: None,
automation: None,
source_directory: Some(format!("/tmp/{label}")),
labels: std::collections::HashMap::from([("team".to_string(), "infra".to_string())]),