chore: fix all warnings in test compilation (#4827)

This commit is contained in:
Alex Hancock
2025-09-26 11:19:30 -04:00
committed by GitHub
parent 945c783517
commit 5ba4143f5f
+10
View File
@@ -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 {