mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-23 00:41:13 +00:00
Merge remote-tracking branch 'origin/phase-7-controls-validation' into phase-7-controls-validation
This commit is contained in:
commit
48cd703631
1 changed files with 6 additions and 1 deletions
|
|
@ -135,7 +135,12 @@ fn single_model_skip_exits_nonzero() {
|
|||
|
||||
#[test]
|
||||
fn bulk_skip_exits_zero_and_prints_summary() {
|
||||
let context = test_context!();
|
||||
let mut context = test_context!();
|
||||
context.write_home(
|
||||
".fabro/settings.toml",
|
||||
"[server.auth]\nmethods = [\"dev-token\"]\n",
|
||||
);
|
||||
context.isolated_server();
|
||||
let mut cmd = context.command();
|
||||
cmd.args(["model", "test"]);
|
||||
remove_provider_env(&mut cmd);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue