mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #32545 from hashicorp/nf/jan23-cloud-backend-test-typo
Fix typo in cloud backend's `TestCloud_setConfigurationFields`
This commit is contained in:
commit
f26786d6d9
@ -814,7 +814,7 @@ func TestCloud_setConfigurationFields(t *testing.T) {
|
|||||||
|
|
||||||
for _, actual := range b.WorkspaceMapping.Tags {
|
for _, actual := range b.WorkspaceMapping.Tags {
|
||||||
if _, ok := expectedSet[actual]; !ok {
|
if _, ok := expectedSet[actual]; !ok {
|
||||||
unexpected = append(missing, actual)
|
unexpected = append(unexpected, actual)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user