Skip to content

Commit

Permalink
Windows ASG tests now honor include_security_groups flag
Browse files Browse the repository at this point in the history
  • Loading branch information
weymanf and davewalter committed Aug 7, 2019
1 parent abea00e commit 31e19f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/running_security_groups_win.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func assertNetworkingPreconditions(clientAppName string, privateHost string, pri
}

var _ = WindowsDescribe("WINDOWS: App Instance Networking", func() {
Describe("WINDOWS: Using container-networking and running security-groups", func() {
SecurityGroupsDescribe("WINDOWS: Using container-networking and running security-groups", func() {
var serverAppName, clientAppName, privateHost, orgName, spaceName, securityGroupName string
var privatePort int

Expand Down

0 comments on commit 31e19f6

Please sign in to comment.