diff --git a/tencentcloud/services/gaap/resource_tc_gaap_layer7_listener_test.go b/tencentcloud/services/gaap/resource_tc_gaap_layer7_listener_test.go index 8400381e2d..73f18d690f 100644 --- a/tencentcloud/services/gaap/resource_tc_gaap_layer7_listener_test.go +++ b/tencentcloud/services/gaap/resource_tc_gaap_layer7_listener_test.go @@ -53,7 +53,7 @@ func init() { continue } - ee := service.DeleteLayer7Listener(ctx, *httpListener.ListenerId, proxyId, *httpListener.Protocol) + ee := service.DeleteLayer7Listener(ctx, *httpListener.ListenerId, proxyId, "", *httpListener.Protocol) if ee != nil { continue } @@ -79,7 +79,7 @@ func init() { continue } - ee := service.DeleteLayer7Listener(ctx, *httpsListener.ListenerId, proxyId, *httpsListener.Protocol) + ee := service.DeleteLayer7Listener(ctx, *httpsListener.ListenerId, proxyId, "", *httpsListener.Protocol) if ee != nil { continue }