Skip to content

Commit

Permalink
Remove spurious second constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
wattdave authored Feb 26, 2018
1 parent b4397e2 commit f867f89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aws/resource_aws_ecs_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,6 @@ func TestAccAWSEcsService_withPlacementConstraints(t *testing.T) {
Check: resource.ComposeTestCheckFunc(
testAccCheckAWSEcsServiceExists("aws_ecs_service.mongo"),
resource.TestCheckResourceAttr("aws_ecs_service.mongo", "placement_constraints.#", "1"),
resource.TestCheckResourceAttr("aws_ecs_service.mongo", "placement_constraints.#", "2"),
),
},
},
Expand Down

0 comments on commit f867f89

Please sign in to comment.