Skip to content

Commit

Permalink
Test default value of compute_platform
Browse files Browse the repository at this point in the history
  • Loading branch information
cgarvis committed Jun 14, 2018
1 parent 547ad10 commit 13e67da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/resource_aws_codedeploy_app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ func TestAccAWSCodeDeployApp_basic(t *testing.T) {
resource.TestStep{
Config: testAccAWSCodeDeployApp,
Check: resource.ComposeTestCheckFunc(
resource.TestCheckResourceAttr("aws_codedeploy_app.foo", "compute_platform", "Server"),
testAccCheckAWSCodeDeployAppExists("aws_codedeploy_app.foo"),
),
},
Expand Down

0 comments on commit 13e67da

Please sign in to comment.