Skip to content

Commit

Permalink
Test expects weights
Browse files Browse the repository at this point in the history
  • Loading branch information
chiradeep committed May 30, 2017
1 parent 847a712 commit da96586
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions netscaler/resource_servicegroup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,8 @@ resource "netscaler_servicegroup" "foo" {
servicegroupname = "test_servicegroup"
servicetype = "HTTP"
servicegroupmembers = ["172.20.0.9:80", "172.20.0.10:80", "172.20.0.11:8080"]
servicegroupmembers = ["172.20.0.9:80:10", "172.20.0.10:80:10", "172.20.0.11:8080:20"]
lbvserver = "foo_lb"
depends_on = ["netscaler_lbvserver.foo"]
}
`

0 comments on commit da96586

Please sign in to comment.