Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
peletv2 committed Dec 14, 2023
1 parent 98a0ce9 commit 473824f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/service/medialive/channel_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,7 @@ func TestAccMediaLiveChannel_hls(t *testing.T) {
"name": "test-video-name",
}),
resource.TestCheckResourceAttr(resourceName, "encoder_settings.0.output_groups.0.outputs.0.output_settings.0.hls_output_settings.0.h265_packaging_type", "HVC1"),
resource.TestCheckResourceAttr(resourceName, "encoder_settings.0.output_groups.0.output_group_settings.0.hls_group_settings.0.client_cache", "ENABLED"),
),
},
},
Expand Down Expand Up @@ -1774,6 +1775,7 @@ resource "aws_medialive_channel" "test" {
destination {
destination_ref_id = %[1]q
}
client_cache = "ENABLED"
}
}
Expand Down

0 comments on commit 473824f

Please sign in to comment.