mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
fix(init_test.go): in TestInitProvidersLocalOnly tst, set TF_CLI_CONFIG_FILE env var to an empty val
This commit is contained in:
parent
fa9d044c58
commit
bf723bd65a
@ -146,7 +146,7 @@ func TestInitProvidersLocalOnly(t *testing.T) {
|
||||
// not work until you remove it.
|
||||
//
|
||||
// To avoid this, we will "zero out" any existing cli config file.
|
||||
tf.AddEnv("TF_CLI_CONFIG_FILE=\"\"")
|
||||
tf.AddEnv("TF_CLI_CONFIG_FILE=")
|
||||
|
||||
// Our fixture dir has a generic os_arch dir, which we need to customize
|
||||
// to the actual OS/arch where this test is running in order to get the
|
||||
|
Loading…
Reference in New Issue
Block a user