summaryrefslogtreecommitdiff
path: root/integrationtests/dtail_test.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-10-29 07:50:36 +0300
committerPaul Buetow <paul@buetow.org>2021-10-29 07:50:36 +0300
commitd556c13d430f291b615d538c35ebdaf9b53aa15d (patch)
tree1b5b78814e88ac09669cd62c216c97347343c253 /integrationtests/dtail_test.go
parent3d24204754aff155de21b01e9e3d82eb460fb87f (diff)
Dont use relaxed SSH Auth mode anymore for integration tests
Diffstat (limited to 'integrationtests/dtail_test.go')
-rw-r--r--integrationtests/dtail_test.go5
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
}