diff --git a/db_lib/LocalApp_test.go b/db_lib/LocalApp_test.go index ce3ca5bf..016e652f 100644 --- a/db_lib/LocalApp_test.go +++ b/db_lib/LocalApp_test.go @@ -36,6 +36,7 @@ func TestGetEnvironmentVars(t *testing.T) { expected := []string{ "SEMAPHORE_TEST=test123", "ANSIBLE_FORCE_COLOR=False", + "ANSIBLE_HOST_KEY_CHECKING=False", "PATH=", }