Skip to content

Commit d868cff

Browse files
authored
test(integ): add Stickiness to list of expect lb web service params (#1405)
_By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
1 parent 44a141d commit d868cff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/pkg/deploy/cloudformation/stack/testdata/autoscaling/autoscaling-svc-cf.params.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"HealthCheckPath": "/",
1515
"HTTPSEnabled": "true",
1616
"TargetContainer": "my-svc",
17-
"TargetPort": "5000"
17+
"TargetPort": "5000",
18+
"Stickiness": "false"
1819
},
1920
"Tags": {
2021
"copilot-application": "my-app",

0 commit comments

Comments
 (0)