fix: up test

This commit is contained in:
braginini 2021-08-20 13:29:29 +02:00
parent c68d9dff4a
commit 0017360b8d

View File

@ -9,6 +9,7 @@ import (
"net/url" "net/url"
"os" "os"
"path/filepath" "path/filepath"
"strings"
"testing" "testing"
"time" "time"
) )
@ -70,7 +71,7 @@ func TestUp(t *testing.T) {
"--config", "--config",
confPath, confPath,
"--setup-key", "--setup-key",
"a2c8e62b-38f5-4553-b31e-dd66c696cebb", strings.ToUpper("a2c8e62b-38f5-4553-b31e-dd66c696cebb"),
"--management-url", "--management-url",
mgmtURL.String(), mgmtURL.String(),
}) })