Skip to content

Commit e1d83f3

Browse files
authored
Feat/support css resource(fix e2e case prefix) (#1401)
* support css watermark, watermark_rule and pull stream task * add pull stream * add pull stream e2e case * pull stream passed e2e case * watermark passed e2e case * 1.live temp passed e2e case 2.adjust helper * 1.live rule attachment passed e2e case. 2.changelog 3.golangci-lint * adjust e2e test name * change changelog
1 parent afae1bf commit e1d83f3

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
File renamed without changes.

tencentcloud/resource_tc_css_live_transcode_rule_attachment_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func testSweepCssLiveTranscodeRuleAttachment(r string) error {
5454
return nil
5555
}
5656

57-
func TestAccTencentCloudCSSLiveTranscodeRuleAttachmentResource_basic(t *testing.T) {
57+
func TestAccTencentCloudCssLiveTranscodeRuleAttachmentResource_basic(t *testing.T) {
5858
t.Parallel()
5959
baseTime := time.Now().UTC().Add(10 * time.Hour)
6060
startTime := baseTime.Format(time.RFC3339)

tencentcloud/resource_tc_css_live_transcode_template_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func testSweepCSSLiveTranscodeTemplate(r string) error {
5353
return nil
5454
}
5555

56-
func TestAccTencentCloudCSSLiveTranscodeTemplateResource_basic(t *testing.T) {
56+
func TestAccTencentCloudCssLiveTranscodeTemplateResource_basic(t *testing.T) {
5757
t.Parallel()
5858

5959
resource.Test(t, resource.TestCase{

tencentcloud/resource_tc_css_pull_stream_task_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func testSweepCSSPullStreamTask(r string) error {
5454
return nil
5555
}
5656

57-
func TestAccTencentCloudCSSPullStreamTaskResource_basic(t *testing.T) {
57+
func TestAccTencentCloudCssPullStreamTaskResource_basic(t *testing.T) {
5858
t.Parallel()
5959
baseTime := time.Now().UTC().Add(10 * time.Hour)
6060
startTime := baseTime.Format(time.RFC3339)

tencentcloud/resource_tc_css_watermark_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func testSweepCSSWatermarkTask(r string) error {
5353
return nil
5454
}
5555

56-
func TestAccTencentCloudCSSWatermarkResource_basic(t *testing.T) {
56+
func TestAccTencentCloudCssWatermarkResource_basic(t *testing.T) {
5757
t.Parallel()
5858

5959
resource.Test(t, resource.TestCase{

0 commit comments

Comments
 (0)