fix(tests): add missing `.env` file loading

Andrey Nering created

Change summary

providertests/common_test.go | 1 +
1 file changed, 1 insertion(+)

Detailed changes

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"
 )