Skip to content

Commit 9a474fd

Browse files
committed
update: test code
1 parent c1c3478 commit 9a474fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/client/typescript/testdata/api_client.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,6 @@ class ServiceUser2Client {
810810
await this.callMiddleware(this.afterMiddleware, context);
811811
throw new ApiError(resp, responseText);
812812
}
813-
await resp.text();
814813
const res = {} as ServiceUser2DeleteUserResponse;
815814
context.response = res;
816815
await this.callMiddleware(this.afterMiddleware, context);
@@ -1511,7 +1510,6 @@ class ServiceUserClient {
15111510
await this.callMiddleware(this.afterMiddleware, context);
15121511
throw new ApiError(resp, responseText);
15131512
}
1514-
await resp.text();
15151513
const res = {} as ServiceUserGetResponse;
15161514
context.response = res;
15171515
await this.callMiddleware(this.afterMiddleware, context);

0 commit comments

Comments
 (0)