Skip to content

Commit 1e09a74

Browse files
committed
fix test bug
1 parent f5eeced commit 1e09a74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

integration-test/grpc-public-user.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ export function CheckPublicMetrics(header) {
254254
let emptyPipelineTriggerRecordResponse = {
255255
"pipelineTriggerRecords": [],
256256
"nextPageToken": "",
257-
"totalSize": "0"
257+
"totalSize": 0
258258
}
259259

260260
check(client.invoke('core.mgmt.v1alpha.MgmtPublicService/ListPipelineTriggerRecords', {}, header), {
@@ -279,7 +279,7 @@ export function CheckPublicMetrics(header) {
279279
let emptyPipelineTriggerTableRecordResponse = {
280280
"pipelineTriggerTableRecords": [],
281281
"nextPageToken": "",
282-
"totalSize": "0"
282+
"totalSize": 0
283283
}
284284

285285
check(client.invoke('core.mgmt.v1alpha.MgmtPublicService/ListPipelineTriggerTableRecords', {}, header), {
@@ -319,7 +319,7 @@ export function CheckPublicMetrics(header) {
319319
let emptyConnectorExecuteRecordResponse = {
320320
"connectorExecuteRecords": [],
321321
"nextPageToken": "",
322-
"totalSize": "0"
322+
"totalSize": 0
323323
}
324324

325325
check(client.invoke('core.mgmt.v1alpha.MgmtPublicService/ListConnectorExecuteRecords', {}, header), {
@@ -344,7 +344,7 @@ export function CheckPublicMetrics(header) {
344344
let emptyConnectorExecuteTableRecordResponse = {
345345
"connectorExecuteTableRecords": [],
346346
"nextPageToken": "",
347-
"totalSize": "0"
347+
"totalSize": 0
348348
}
349349

350350
check(client.invoke('core.mgmt.v1alpha.MgmtPublicService/ListConnectorExecuteTableRecords', {}, header), {

0 commit comments

Comments
 (0)