mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
fix broken tests
This commit is contained in:
parent
9cb0e43e9d
commit
542852c8d8
@ -55,7 +55,7 @@ func TestUserAgentAppendViaEnvVar(t *testing.T) {
|
||||
defer os.Unsetenv(uaEnvVar)
|
||||
}
|
||||
|
||||
expectedBase := "HashiCorp Terraform/0.0.0 (+https://www.terraform.io)"
|
||||
expectedBase := "placeholderplaceholderplaceholder-OpenTF/0.0.0 (+https://www.opentf.org)"
|
||||
|
||||
testCases := []struct {
|
||||
envVarValue string
|
||||
|
Loading…
Reference in New Issue
Block a user