Skip to content

Commit 5b98665

Browse files
author
Matt Pryor
committed
Remove security_groups from expected instance result
1 parent bf6f3fc commit 5b98665

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/cloud/services/compute/instance_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -582,9 +582,6 @@ func TestService_ReconcileInstance(t *testing.T) {
582582
"imageRef": imageUUID,
583583
"flavorRef": flavorUUID,
584584
"availability_zone": failureDomain,
585-
"security_groups": []map[string]interface{}{
586-
{"name": workerSecurityGroupUUID},
587-
},
588585
"networks": []map[string]interface{}{
589586
{"port": portUUID},
590587
},

0 commit comments

Comments
 (0)