We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc52703 commit 5f61f23Copy full SHA for 5f61f23
bundle/deploy/terraform/init_test.go
@@ -203,7 +203,7 @@ func TestSetTempDirEnvVarsForWindowWithUserProfileSet(t *testing.T) {
203
204
// assert that we pass through the user profile
205
assert.Equal(t, map[string]string{
206
- "USERPROFILE": "c:\\foo\\c",
+ "USERPROFILE": "c:\\foo\\b",
207
}, env)
208
}
209
0 commit comments