This commit is contained in:
afjcjsbx 2026-04-27 21:18:19 +02:00
parent cd7717bc15
commit 7b3e800407

View file

@ -53,7 +53,7 @@ func TestWrapProviderWithToolSchemaTransform_DisabledPassesToolsThrough(t *testi
func TestWrapProviderWithToolSchemaTransform_GoogleSanitizesSchemas(t *testing.T) {
capture := &toolCaptureProvider{}
wrapped, err := wrapProviderWithToolSchemaTransform(capture, "google")
wrapped, err := wrapProviderWithToolSchemaTransform(capture, "simple")
if err != nil {
t.Fatalf("wrapProviderWithToolSchemaTransform() error = %v", err)
}