Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturRibeiro-CX committed Mar 2, 2025
1 parent 413ddf2 commit b828991
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ CxPolicy[result] {
]

elbSecGroupList := getLinkedSecGroupList(elb.properties, resources)
secGroup := securityGroupList[k]
secGroup.name == elbSecGroupList[l]

secGroup := securityGroupList[k]
ingress := secGroup.properties.Properties.SecurityGroupIngress[m]

protocols := getProtocolList(ingress.IpProtocol)
Expand Down

0 comments on commit b828991

Please sign in to comment.