mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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 {
|
||||
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
Block a user