mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
Remove field-specific server event assertions
This commit is contained in:
parent
2ecb8e0366
commit
cc4bb520b7
1 changed files with 0 additions and 7 deletions
|
|
@ -10583,13 +10583,6 @@ async fn create_run_persists_manifest_and_definition_blobs_without_bundle_file()
|
|||
);
|
||||
assert_eq!(accepted_definition["workflow_path"], "workflow.fabro");
|
||||
assert!(accepted_definition["workflows"]["workflow.fabro"].is_object());
|
||||
|
||||
for removed in ["workflow_config", "run_dir", "db_prefix"] {
|
||||
assert!(
|
||||
created["properties"].get(removed).is_none(),
|
||||
"new run.created events must omit {removed}"
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue