Skip to content

Commit

Permalink
Run tests for extended_s3 config
Browse files Browse the repository at this point in the history
  • Loading branch information
ApsOps committed Jan 12, 2018
1 parent 06b6643 commit 20e655b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/import_aws_kinesis_firehose_delivery_stream_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
func TestAccAWSKinesisFirehoseDeliveryStream_importBasic(t *testing.T) {
resName := "aws_kinesis_firehose_delivery_stream.test_stream"
rInt := acctest.RandInt()
config := fmt.Sprintf(testAccKinesisFirehoseDeliveryStreamConfig_s3basic,
config := fmt.Sprintf(testAccKinesisFirehoseDeliveryStreamConfig_extendedS3basic,
rInt, os.Getenv("AWS_ACCOUNT_ID"), rInt, rInt, rInt)

resource.Test(t, resource.TestCase{
Expand Down

0 comments on commit 20e655b

Please sign in to comment.