mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fix tests
Signed-off-by: yottta <andrei.ciobanu@opentofu.org>
This commit is contained in:
parent
0cbc5a9dfc
commit
ca2dc7bc39
@ -116,7 +116,7 @@ func TestBackendConfig_InvalidRegion(t *testing.T) {
|
|||||||
tfdiags.AttributeValue(
|
tfdiags.AttributeValue(
|
||||||
tfdiags.Error,
|
tfdiags.Error,
|
||||||
"Invalid region value",
|
"Invalid region value",
|
||||||
`Invalid AWS Region: nonesuch`,
|
`invalid AWS Region: nonesuch`,
|
||||||
cty.Path{cty.GetAttrStep{Name: "region"}},
|
cty.Path{cty.GetAttrStep{Name: "region"}},
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user