fix tests

This commit is contained in:
Elbaz 2023-08-27 15:53:27 +03:00
parent 2cdedaf734
commit 29b04c6966

View File

@ -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