Skip to content

Commit

Permalink
fixing terratest expected outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
exequielrafaela committed Aug 25, 2021
1 parent ed9df4c commit 3962360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/verify_output_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ func TestAwsEc2BasicLayoutCase1(t *testing.T) {
expectedValue3 := "bb-infra-deployer"
expectedValue4 := "basic-instance-profile-infra-ec2-test"
expectedValue5 := "basic-instance-role-infra-ec2-test"
expectedValue6 := "[\n \"ec2-basic-layout.aws.binbash.com.ar\",\n]"
expectedValue7 := "[\n \"ec2-basic-layout.binbash.com.ar\",\n]"
expectedValue6 := "[ec2-basic-layout.aws.binbash.com.ar]"
expectedValue7 := "[ec2-basic-layout.binbash.com.ar]"

terraformOptions := &terraform.Options {
// The path to where our Terraform code is located
Expand Down

0 comments on commit 3962360

Please sign in to comment.