diff --git a/crates/goose/tests/agent.rs b/crates/goose/tests/agent.rs index 2dc81680..6f551d5c 100644 --- a/crates/goose/tests/agent.rs +++ b/crates/goose/tests/agent.rs @@ -235,6 +235,16 @@ mod tests { .await } + #[tokio::test] + async fn test_agent_with_anthropic() -> Result<()> { + run_test_with_config(TestConfig { + provider_type: ProviderType::Anthropic, + model: "claude-sonnet-4", + context_window: 200_000, + }) + .await + } + #[tokio::test] async fn test_agent_with_azure() -> Result<()> { run_test_with_config(TestConfig {