Skip to content

Commit

Permalink
fix acceptance test
Browse files Browse the repository at this point in the history
  • Loading branch information
appilon committed Mar 27, 2018
1 parent 4bf17ff commit 8812cde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/resource_aws_lb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -567,8 +567,8 @@ func TestAccAWSLB_accesslogs(t *testing.T) {
Check: resource.ComposeAggregateTestCheckFunc(
testAccCheckAWSLBExists("aws_lb.lb_test", &conf),
testAccCheckAWSLBAttribute("aws_lb.lb_test", "access_logs.s3.enabled", "false"),
testAccCheckAWSLBAttribute("aws_lb.lb_test", "access_logs.s3.bucket", ""),
testAccCheckAWSLBAttribute("aws_lb.lb_test", "access_logs.s3.prefix", ""),
testAccCheckAWSLBAttribute("aws_lb.lb_test", "access_logs.s3.bucket", bucketName),
testAccCheckAWSLBAttribute("aws_lb.lb_test", "access_logs.s3.prefix", "testAccAWSALBConfig_accessLogs"),
resource.TestCheckResourceAttr("aws_lb.lb_test", "name", lbName),
resource.TestCheckResourceAttr("aws_lb.lb_test", "internal", "true"),
resource.TestCheckResourceAttr("aws_lb.lb_test", "subnets.#", "2"),
Expand Down

0 comments on commit 8812cde

Please sign in to comment.