Skip to content

Commit

Permalink
Fix test compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 committed Jul 29, 2021
1 parent 5f77844 commit b2be925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/test/aws_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -334,11 +334,11 @@ func TestAccAwsTsContainers(t *testing.T) {
}

func TestAccAwsTsEc2Provisioners(t *testing.T) {
checkAccAwsEc2Provisioners("aws-ts-ec2-provisioners")
checkAccAwsEc2Provisioners(t, "aws-ts-ec2-provisioners")
}

func TestAccAwsdPyEc2Provisioners(t *testing.T) {
checkAccAwsEc2Provisioners("aws-py-ec2-provisioners")
checkAccAwsEc2Provisioners(t, "aws-py-ec2-provisioners")
}

func checkAccAwsEc2Provisioners(t *testing.T, dir string) {
Expand Down

0 comments on commit b2be925

Please sign in to comment.