Merge pull request #6403 from Ticketmaster/BROKEN_MASTER
Fixing the broken Test with Master branch
This commit is contained in:
commit
aba5049bcd
|
@ -262,7 +262,7 @@ func testAccCheckBeanstalkEnvConfigValue(n string, expectedValue string) resourc
|
||||||
|
|
||||||
for _, value := range resp.Options[0].ValueOptions {
|
for _, value := range resp.Options[0].ValueOptions {
|
||||||
if *value != expectedValue {
|
if *value != expectedValue {
|
||||||
return fmt.Errorf("Option setting value: %s. Expected %s", value, expectedValue)
|
return fmt.Errorf("Option setting value: %s. Expected %s", *value, expectedValue)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue