Skip to content

Commit aba5049

Browse files
committed
Merge pull request hashicorp#6403 from Ticketmaster/BROKEN_MASTER
Fixing the broken Test with Master branch
2 parents 0a679ef + cd69404 commit aba5049

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builtin/providers/aws/resource_aws_elastic_beanstalk_environment_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ func testAccCheckBeanstalkEnvConfigValue(n string, expectedValue string) resourc
262262

263263
for _, value := range resp.Options[0].ValueOptions {
264264
if *value != expectedValue {
265-
return fmt.Errorf("Option setting value: %s. Expected %s", value, expectedValue)
265+
return fmt.Errorf("Option setting value: %s. Expected %s", *value, expectedValue)
266266
}
267267
}
268268

0 commit comments

Comments
 (0)