chore(tests): fix env var

Signed-off-by: mudler <mudler@localai.io>
This commit is contained in:
mudler
2025-04-24 15:46:39 +02:00
parent 0ab7a615f0
commit 9bea6c7322

View File

@@ -16,7 +16,7 @@ func TestSTDIOTransport(t *testing.T) {
var baseURL string var baseURL string
func init() { func init() {
baseURL = os.Getenv("STDIO_SERVER_URL") baseURL = os.Getenv("LOCALAGI_MCPBOX_URL")
if baseURL == "" { if baseURL == "" {
baseURL = "http://localhost:8080" baseURL = "http://localhost:8080"
} }