Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests/resource/aws_cloudtrail: Remove troublesome slash prefix #10229

Merged
merged 1 commit into from
Oct 4, 2019

Commits on Sep 24, 2019

  1. tests/resource/aws_cloudtrail: Remove troublesome slash prefix

    Acceptance test after change
    ```
    TF_ACC=1 go test ./aws -v -parallel 20 -run=TestAccAWSCloudTrail/Trail/basic -timeout 120m
    === RUN   TestAccAWSCloudTrailServiceAccount_basic
    === PAUSE TestAccAWSCloudTrailServiceAccount_basic
    === RUN   TestAccAWSCloudTrailServiceAccount_Region
    === PAUSE TestAccAWSCloudTrailServiceAccount_Region
    === RUN   TestAccAWSCloudTrail
    === RUN   TestAccAWSCloudTrail/Trail
    === RUN   TestAccAWSCloudTrail/Trail/basic
    --- PASS: TestAccAWSCloudTrail (72.62s)
        --- PASS: TestAccAWSCloudTrail/Trail (72.62s)
            --- PASS: TestAccAWSCloudTrail/Trail/basic (72.62s)
    === CONT  TestAccAWSCloudTrailServiceAccount_basic
    === CONT  TestAccAWSCloudTrailServiceAccount_Region
    --- PASS: TestAccAWSCloudTrailServiceAccount_Region (15.04s)
    --- PASS: TestAccAWSCloudTrailServiceAccount_basic (15.12s)
    PASS
    ok      github.com/terraform-providers/terraform-provider-aws/aws       87.776s
    ```
    nywilken committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    7d2c8f1 View commit details
    Browse the repository at this point in the history