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:
Nick Fagerlund 2023-01-20 11:40:52 -08:00 committed by GitHub
commit f26786d6d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
} }
} }