mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-26 16:36:26 -06:00
fix tests
This commit is contained in:
parent
2cdedaf734
commit
29b04c6966
@ -55,7 +55,7 @@ func TestUserAgentAppendViaEnvVar(t *testing.T) {
|
||||
defer os.Unsetenv(appendUaEnvVar)
|
||||
}
|
||||
|
||||
expectedBase := "placeholderplaceholderplaceholder-OpenTF/0.0.0 (+https://www.opentf.org)"
|
||||
expectedBase := "OpenTF/0.0.0"
|
||||
|
||||
testCases := []struct {
|
||||
envVarValue string
|
||||
|
Loading…
Reference in New Issue
Block a user