style: apply cargo fmt to e2e_env_flow.rs

This commit is contained in:
Will Pfleger
2026-06-08 11:31:51 -04:00
parent 8a236dffea
commit 7b3a192102
+4 -1
View File
@@ -296,7 +296,10 @@ You are a sprout bot.
.map(|(k, v)| (k.as_str(), v.as_str()))
.collect();
assert_eq!(goose_env.get("GOOSE_PROVIDER"), Some(&"anthropic"));
assert_eq!(goose_env.get("GOOSE_MODEL"), Some(&"claude-sonnet-4-20250514"));
assert_eq!(
goose_env.get("GOOSE_MODEL"),
Some(&"claude-sonnet-4-20250514")
);
assert!(
!goose_env.contains_key("SPROUT_AGENT_MODEL"),
"goose persona must not emit SPROUT_AGENT_MODEL"