Skip to content

Commit

Permalink
test(elbv2): fix aws-ecs-patterns test case
Browse files Browse the repository at this point in the history
  • Loading branch information
karupanerura committed May 1, 2020
1 parent ad42ce8 commit 051cc91
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -943,9 +943,11 @@
"Conditions": [
{
"Field": "path-pattern",
"Values": [
"a/b/c"
]
"PathPatternConfig": {
"Values": [
"a/b/c"
]
}
}
],
"ListenerArn": {
Expand Down

0 comments on commit 051cc91

Please sign in to comment.