Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Choo <[email protected]>
  • Loading branch information
aabchoo committed Jan 21, 2025
1 parent b5e9b08 commit e13393a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/extproc/extproc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"}},
Expand Down

0 comments on commit e13393a

Please sign in to comment.