Change env vars to be more meaningful

This commit is contained in:
Ettore Di Giacinto
2025-03-05 22:19:07 +01:00
parent 127c76d006
commit 7492a3ab3b
6 changed files with 143 additions and 22 deletions

View File

@@ -22,7 +22,7 @@ var _ = Describe("GenImageAction", func() {
BeforeEach(func() {
ctx = context.Background()
apiKey := os.Getenv("OPENAI_API_KEY")
apiURL := os.Getenv("OPENAI_API_URL")
apiURL := os.Getenv("OPENAI_LOCALAGENT_API_URL")
testModel := os.Getenv("OPENAI_MODEL")
if apiURL == "" {
Skip("OPENAI_API_URL must be set")