File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1- // +build bench
2-
31package restjson_test
42
53import (
@@ -15,7 +13,7 @@ import (
1513)
1614
1715var (
18- elastictranscoderSvc * elastictranscoder.ElasticTranscoder
16+ elastictranscoderSvc * elastictranscoder.Client
1917)
2018
2119func TestMain (m * testing.M ) {
@@ -119,7 +117,7 @@ func elastictranscoderCreateJobInput() *elastictranscoder.CreateJobInput {
119117 Resolution : aws .String ("Resolution" ),
120118 },
121119 PipelineId : aws .String ("Id" ), // Required
122- Output : & elastictranscoder.CreateJobOutput {
120+ Output : & elastictranscoder.CreateJobOutputResult {
123121 AlbumArt : & elastictranscoder.JobAlbumArt {
124122 Artwork : []elastictranscoder.Artwork {
125123 { // Required
@@ -212,7 +210,7 @@ func elastictranscoderCreateJobInput() *elastictranscoder.CreateJobInput {
212210 },
213211 },
214212 OutputKeyPrefix : aws .String ("Key" ),
215- Outputs : []elastictranscoder.CreateJobOutput {
213+ Outputs : []elastictranscoder.CreateJobOutputResult {
216214 { // Required
217215 AlbumArt : & elastictranscoder.JobAlbumArt {
218216 Artwork : []elastictranscoder.Artwork {
Original file line number Diff line number Diff line change 1- // +build bench
2-
31package restxml_test
42
53import (
@@ -20,8 +18,8 @@ import (
2018)
2119
2220var (
23- cloudfrontSvc * cloudfront.CloudFront
24- s3Svc * s3.S3
21+ cloudfrontSvc * cloudfront.Client
22+ s3Svc * s3.Client
2523)
2624
2725func TestMain (m * testing.M ) {
You can’t perform that action at this time.
0 commit comments