fix test
This commit is contained in:
parent
cd7717bc15
commit
7b3e800407
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ func TestWrapProviderWithToolSchemaTransform_DisabledPassesToolsThrough(t *testi
|
||||||
|
|
||||||
func TestWrapProviderWithToolSchemaTransform_GoogleSanitizesSchemas(t *testing.T) {
|
func TestWrapProviderWithToolSchemaTransform_GoogleSanitizesSchemas(t *testing.T) {
|
||||||
capture := &toolCaptureProvider{}
|
capture := &toolCaptureProvider{}
|
||||||
wrapped, err := wrapProviderWithToolSchemaTransform(capture, "google")
|
wrapped, err := wrapProviderWithToolSchemaTransform(capture, "simple")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatalf("wrapProviderWithToolSchemaTransform() error = %v", err)
|
t.Fatalf("wrapProviderWithToolSchemaTransform() error = %v", err)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue