diff --git a/integration_common_test.go b/integration_common_test.go index d52d7eb4..71d48669 100644 --- a/integration_common_test.go +++ b/integration_common_test.go @@ -32,7 +32,7 @@ func ExecuteCommand(resource *dockertest.Resource, cmd []string, env []string) ( exitCode, err := resource.Exec( cmd, dockertest.ExecOptions{ - Env: append(env, "LOG_LEVEL=error"), + Env: append(env, "HEADSCALE_LOG_LEVEL=disabled"), StdOut: &stdout, StdErr: &stderr, },