mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
style: apply cargo fmt to e2e_env_flow.rs
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user