diff options
Diffstat (limited to 'integrationtests/dtail_test.go')
| -rw-r--r-- | integrationtests/dtail_test.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/integrationtests/dtail_test.go b/integrationtests/dtail_test.go index e9cf257..6fa5308 100644 --- a/integrationtests/dtail_test.go +++ b/integrationtests/dtail_test.go @@ -12,7 +12,7 @@ import ( ) func TestDTailWithServer(t *testing.T) { - if !config.Env("DTAIL_RUN_INTEGRATION_TESTS") { + if !config.Env("DTAIL_INTEGRATION_TEST_RUN_MODE") { t.Log("Skipping") return } @@ -41,7 +41,6 @@ func TestDTailWithServer(t *testing.T) { "--logLevel", "info", "--bindAddress", bindAddress, "--port", fmt.Sprintf("%d", port), - "--relaxedAuth", ) if err != nil { t.Error(err) @@ -131,7 +130,7 @@ func TestDTailWithServer(t *testing.T) { } func TestDTailColorTable(t *testing.T) { - if !config.Env("DTAIL_RUN_INTEGRATION_TESTS") { + if !config.Env("DTAIL_INTEGRATION_TEST_RUN_MODE") { t.Log("Skipping") return } |
