mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
Fix RunSpec test fixtures
This commit is contained in:
parent
d978a6c89d
commit
e2db53011e
2 changed files with 2 additions and 0 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
|
|
@ -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())]),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue