From 6a8b3fd2c5ade415afa238cc3a84b2aeae60f49a Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Fri, 26 Sep 2025 14:48:03 -0300 Subject: [PATCH] fix(tests): add missing `.env` file loading --- providertests/common_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/providertests/common_test.go b/providertests/common_test.go index d1597a12e7d2f9ca9d96ff1ed4f7d1ad43919212..3335d8129ae9b7c37ad93267286bc64b99be1c42 100644 --- a/providertests/common_test.go +++ b/providertests/common_test.go @@ -7,6 +7,7 @@ import ( "testing" "github.com/charmbracelet/fantasy/ai" + _ "github.com/joho/godotenv/autoload" "github.com/stretchr/testify/require" "gopkg.in/dnaeon/go-vcr.v4/pkg/recorder" )