From 03afbd99e73650a385f38d334e3bb5c261d53ff8 Mon Sep 17 00:00:00 2001 From: hu0475 Date: Wed, 12 Jul 2023 00:12:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90telephony=E5=AD=90=E7=B3=BB?= =?UTF-8?q?=E7=BB=9Fhttp=E6=A8=A1=E5=9D=97=E7=9A=84=E8=B7=A8=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E6=B5=8B=E8=AF=95=E5=A5=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hu0475 --- .../src/main/ets/test/ResponseCodeJsunit.test.ets | 1 - 1 file changed, 1 deletion(-) diff --git a/telephony/crossplatform/telephony_http_test/src/main/ets/test/ResponseCodeJsunit.test.ets b/telephony/crossplatform/telephony_http_test/src/main/ets/test/ResponseCodeJsunit.test.ets index 304e7f451..186337ce7 100644 --- a/telephony/crossplatform/telephony_http_test/src/main/ets/test/ResponseCodeJsunit.test.ets +++ b/telephony/crossplatform/telephony_http_test/src/main/ets/test/ResponseCodeJsunit.test.ets @@ -16,7 +16,6 @@ import {describe,it, expect} from '@ohos/hypium'; import http from '@ohos.net.http'; export default function responseCodeJsunit() { describe("responseCodeJsunitTest", function () { - /** * @tc.number TEST_TELEPHONY_HTTP_RESPONSECODE_OK_001 * @tc.name testTelephonyHttpResponseCodeOK001 -- GitLab