From e13393a4f3b60f95808512c4edc0099adf47f5ba Mon Sep 17 00:00:00 2001 From: Aaron Choo Date: Tue, 21 Jan 2025 11:31:47 -0500 Subject: [PATCH] fixing tests Signed-off-by: Aaron Choo --- tests/extproc/extproc_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/extproc/extproc_test.go b/tests/extproc/extproc_test.go index c7a1fabfa..3f987d6b1 100644 --- a/tests/extproc/extproc_test.go +++ b/tests/extproc/extproc_test.go @@ -72,7 +72,6 @@ func TestE2E(t *testing.T) { Rules: []filterconfig.RouteRule{ { Backends: []filterconfig.Backend{{Name: "openai", Schema: openAISchema, Auth: &filterconfig.BackendAuth{ - Type: filterconfig.AuthTypeAPIKey, APIKey: &filterconfig.APIKeyAuth{Filename: apiKeyFilePath}, }}}, Headers: []filterconfig.HeaderMatch{{Name: "x-model-name", Value: "gpt-4o-mini"}},