make sure /tmp exists

This commit is contained in:
Ettore Di Giacinto
2025-03-07 22:51:24 +01:00
parent f2e7010297
commit b884d9433a
2 changed files with 4 additions and 1 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_LOCALAGENT_API_URL")
apiURL := os.Getenv("OPENAI_API_URL")
testModel := os.Getenv("OPENAI_MODEL")
if apiURL == "" {
Skip("OPENAI_API_URL must be set")