tencentcloud-sdk-nodejs 4.0.452 → 4.0.453

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -658,16 +658,6 @@ it("teo.v20220901.DescribeTimingL7AnalysisData", async function () {
658
658
  }
659
659
  })
660
660
 
661
- it("teo.v20220901.DescribeHostCertificates", async function () {
662
- try {
663
- const data = await client.DescribeHostCertificates({})
664
- expect(data).to.be.ok
665
- } catch(error) {
666
- expect(error.requestId).to.be.ok
667
- expect(error.code).to.be.ok
668
- }
669
- })
670
-
671
661
  it("teo.v20220901.DescribeApplicationProxies", async function () {
672
662
  try {
673
663
  const data = await client.DescribeApplicationProxies({})