@@ -254,7 +254,7 @@ export function CheckPublicMetrics(header) {
254
254
let emptyPipelineTriggerRecordResponse = {
255
255
"pipelineTriggerRecords" : [ ] ,
256
256
"nextPageToken" : "" ,
257
- "totalSize" : "0"
257
+ "totalSize" : 0
258
258
}
259
259
260
260
check ( client . invoke ( 'core.mgmt.v1alpha.MgmtPublicService/ListPipelineTriggerRecords' , { } , header ) , {
@@ -279,7 +279,7 @@ export function CheckPublicMetrics(header) {
279
279
let emptyPipelineTriggerTableRecordResponse = {
280
280
"pipelineTriggerTableRecords" : [ ] ,
281
281
"nextPageToken" : "" ,
282
- "totalSize" : "0"
282
+ "totalSize" : 0
283
283
}
284
284
285
285
check ( client . invoke ( 'core.mgmt.v1alpha.MgmtPublicService/ListPipelineTriggerTableRecords' , { } , header ) , {
@@ -319,7 +319,7 @@ export function CheckPublicMetrics(header) {
319
319
let emptyConnectorExecuteRecordResponse = {
320
320
"connectorExecuteRecords" : [ ] ,
321
321
"nextPageToken" : "" ,
322
- "totalSize" : "0"
322
+ "totalSize" : 0
323
323
}
324
324
325
325
check ( client . invoke ( 'core.mgmt.v1alpha.MgmtPublicService/ListConnectorExecuteRecords' , { } , header ) , {
@@ -344,7 +344,7 @@ export function CheckPublicMetrics(header) {
344
344
let emptyConnectorExecuteTableRecordResponse = {
345
345
"connectorExecuteTableRecords" : [ ] ,
346
346
"nextPageToken" : "" ,
347
- "totalSize" : "0"
347
+ "totalSize" : 0
348
348
}
349
349
350
350
check ( client . invoke ( 'core.mgmt.v1alpha.MgmtPublicService/ListConnectorExecuteTableRecords' , { } , header ) , {
0 commit comments