diff options
| author | Paul Buetow <paul@buetow.org> | 2021-10-29 08:22:17 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-10-29 08:22:17 +0300 |
| commit | e456ba4b4f059edadcb50426da8ed77a1c905366 (patch) | |
| tree | 541bd72dd2d59315eabcacf387171122ff700748 /internal/config | |
| parent | b9e2676f7024be5bd9fc2643c5237f98523280dc (diff) | |
refactor integration test ssh_host_key configuration
Diffstat (limited to 'internal/config')
| -rw-r--r-- | internal/config/initializer.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/config/initializer.go b/internal/config/initializer.go index f1f9b9b..2f4e7cc 100644 --- a/internal/config/initializer.go +++ b/internal/config/initializer.go @@ -83,7 +83,6 @@ func (in *initializer) transformConfig(sourceProcess source.Source, args *Args, func (in *initializer) processEnvVars() { if Env("DTAIL_INTEGRATION_TEST_RUN_MODE") { os.Setenv("DTAIL_HOSTNAME_OVERRIDE", "integrationtest") - in.Server.HostKeyFile = "./ssh_host_key" } } |
