Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks committed Nov 19, 2024
1 parent eb18056 commit 38c0d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/ai-proxy/test/vertex/openai_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (

func init() {
_ = pflag.Set("provider", "vertex")
_ = pflag.Set("provider-host", "localhost:8080")
_ = pflag.Set("provider-host", "localhost:8082")
_ = pflag.Set("provider-service-account", "{\"type\":\"service_account\",\"project_id\":\"test\",\"private_key_id\":\"test\",\"private_key\":\"test\",\"client_email\":\"[email protected]\",\"client_id\":\"12345\",\"auth_uri\":\"https://accounts.google.com/o/oauth2/auth\",\"token_uri\":\"https://oauth2.googleapis.com/token\",\"auth_provider_x509_cert_url\":\"https://www.googleapis.com/oauth2/v1/certs\",\"client_x509_cert_url\":\"https://www.googleapis.com/robot/v1/metadata/x509/vertex%40test.iam.gserviceaccount.com\",\"universe_domain\":\"googleapis.com\"}")
_ = os.Setenv(vertex.EnvLocation, "us-central1")
_ = os.Setenv(vertex.EnvProjectID, "test")
Expand Down

0 comments on commit 38c0d61

Please sign in to comment.