Skip to content

Commit 02e548b

Browse files
transcoder: ignored start_time in JobManifestsExample test (#12220) (#20341)
[upstream:e6c248fc140ae26ea42f6183d1ab425d2bca3c41] Signed-off-by: Modular Magician <[email protected]>
1 parent 372cb68 commit 02e548b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/12220.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google/services/transcoder/resource_transcoder_job_generated_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ func TestAccTranscoderJob_transcoderJobManifestsExample(t *testing.T) {
480480
ResourceName: "google_transcoder_job.default",
481481
ImportState: true,
482482
ImportStateVerify: true,
483-
ImportStateVerifyIgnore: []string{"end_time", "labels", "location", "state", "template_id", "terraform_labels"},
483+
ImportStateVerifyIgnore: []string{"end_time", "labels", "location", "start_time", "state", "template_id", "terraform_labels"},
484484
},
485485
},
486486
})

0 commit comments

Comments
 (0)