diff --git a/integration-tests/testconfig/testconfig.go b/integration-tests/testconfig/testconfig.go index 80f44356c3e..524bb53c20a 100644 --- a/integration-tests/testconfig/testconfig.go +++ b/integration-tests/testconfig/testconfig.go @@ -382,7 +382,7 @@ func GetConfig(configurationNames []string, product Product) (TestConfig, error) } logger.Info().Msg("Loading config values from default ~/.testsecrets env file") - err = ctf_config.LoadSecretEnvsFromFile() + err = ctf_config.LoadSecretEnvsFromFiles() if err != nil { return TestConfig{}, errors.Wrapf(err, "error reading test config values from ~/.testsecrets file") }