diff --git a/crates/omnigraph-cli/tests/system_local.rs b/crates/omnigraph-cli/tests/system_local.rs index e9e4b2f..9b3701e 100644 --- a/crates/omnigraph-cli/tests/system_local.rs +++ b/crates/omnigraph-cli/tests/system_local.rs @@ -640,6 +640,10 @@ fn local_cli_s3_end_to_end_init_load_read_flow() { .arg("load") .arg("--mode") .arg("overwrite") + // `--yes` clears the RFC-011 Decision 9 destructive-write + // confirmation: `--mode overwrite` against a non-local (s3://) + // target is refused without it. + .arg("--yes") .arg("--data") .arg(fixture("test.jsonl")) .arg(&graph_uri),