Skip to content

Commit

Permalink
transcoder: ignored start_time in JobManifestsExample test (#12220)…
Browse files Browse the repository at this point in the history
… (#20341)

[upstream:e6c248fc140ae26ea42f6183d1ab425d2bca3c41]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Nov 14, 2024
1 parent 372cb68 commit 02e548b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/12220.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ func TestAccTranscoderJob_transcoderJobManifestsExample(t *testing.T) {
ResourceName: "google_transcoder_job.default",
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{"end_time", "labels", "location", "state", "template_id", "terraform_labels"},
ImportStateVerifyIgnore: []string{"end_time", "labels", "location", "start_time", "state", "template_id", "terraform_labels"},
},
},
})
Expand Down

0 comments on commit 02e548b

Please sign in to comment.