Fixing the broken test
This commit is contained in:
parent
5b7f12ecd7
commit
cd69404fbc
|
@ -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