Skip to content

Commit c2357bb

Browse files
tongyimingmikatong
and
mikatong
authored
fix gaap l7 listener unit test (#2934)
Co-authored-by: mikatong <[email protected]>
1 parent 3e193e2 commit c2357bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tencentcloud/services/gaap/resource_tc_gaap_layer7_listener_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func init() {
5353
continue
5454
}
5555

56-
ee := service.DeleteLayer7Listener(ctx, *httpListener.ListenerId, proxyId, *httpListener.Protocol)
56+
ee := service.DeleteLayer7Listener(ctx, *httpListener.ListenerId, proxyId, "", *httpListener.Protocol)
5757
if ee != nil {
5858
continue
5959
}
@@ -79,7 +79,7 @@ func init() {
7979
continue
8080
}
8181

82-
ee := service.DeleteLayer7Listener(ctx, *httpsListener.ListenerId, proxyId, *httpsListener.Protocol)
82+
ee := service.DeleteLayer7Listener(ctx, *httpsListener.ListenerId, proxyId, "", *httpsListener.Protocol)
8383
if ee != nil {
8484
continue
8585
}

0 commit comments

Comments
 (0)