@@ -167,7 +167,7 @@ describe('OrchestratorClient', async () => {
167
167
provider_config_key : 'P' ,
168
168
environment_id : 456
169
169
} ,
170
- activityLogId : 789 ,
170
+ activityLogId : ' 789' ,
171
171
input : { foo : 'bar' }
172
172
}
173
173
} ) ;
@@ -204,7 +204,7 @@ describe('OrchestratorClient', async () => {
204
204
provider_config_key : 'P' ,
205
205
environment_id : 5678
206
206
} ,
207
- activityLogId : 9876 ,
207
+ activityLogId : ' 9876' ,
208
208
input : { foo : 'bar' }
209
209
}
210
210
} ) ;
@@ -235,7 +235,7 @@ describe('OrchestratorClient', async () => {
235
235
provider_config_key : 'P' ,
236
236
environment_id : 5678
237
237
} ,
238
- activityLogId : 9876 ,
238
+ activityLogId : ' 9876' ,
239
239
input : { foo : 'bar' }
240
240
}
241
241
} ) ;
@@ -272,7 +272,7 @@ describe('OrchestratorClient', async () => {
272
272
provider_config_key : 'P' ,
273
273
environment_id : 5678
274
274
} ,
275
- activityLogId : 9876 ,
275
+ activityLogId : ' 9876' ,
276
276
input : { foo : 'bar' }
277
277
}
278
278
} ) ;
@@ -304,7 +304,7 @@ describe('OrchestratorClient', async () => {
304
304
provider_config_key : 'P' ,
305
305
environment_id : 5678
306
306
} ,
307
- activityLogId : 9876 ,
307
+ activityLogId : ' 9876' ,
308
308
input : { foo : 'bar' }
309
309
}
310
310
} ) ;
@@ -334,7 +334,7 @@ describe('OrchestratorClient', async () => {
334
334
provider_config_key : 'P' ,
335
335
environment_id : 456
336
336
} ,
337
- activityLogId : 789 ,
337
+ activityLogId : ' 789' ,
338
338
input : { foo : 'bar' }
339
339
}
340
340
} ) ;
@@ -360,7 +360,7 @@ describe('OrchestratorClient', async () => {
360
360
provider_config_key : 'P' ,
361
361
environment_id : 456
362
362
} ,
363
- activityLogId : 789 ,
363
+ activityLogId : ' 789' ,
364
364
input : { foo : 'bar' }
365
365
}
366
366
} ) ;
@@ -378,7 +378,7 @@ describe('OrchestratorClient', async () => {
378
378
provider_config_key : 'P' ,
379
379
environment_id : 456
380
380
} ,
381
- activityLogId : 789 ,
381
+ activityLogId : ' 789' ,
382
382
input : { foo : 'bar' }
383
383
}
384
384
} ) ;
@@ -409,7 +409,7 @@ describe('OrchestratorClient', async () => {
409
409
provider_config_key : 'P' ,
410
410
environment_id : 456
411
411
} ,
412
- activityLogId : 789 ,
412
+ activityLogId : ' 789' ,
413
413
input : { foo : 'bar' }
414
414
}
415
415
} ) ;
@@ -428,7 +428,7 @@ describe('OrchestratorClient', async () => {
428
428
provider_config_key : 'P' ,
429
429
environment_id : 456
430
430
} ,
431
- activityLogId : 789 ,
431
+ activityLogId : ' 789' ,
432
432
input : { foo : 'bar' }
433
433
}
434
434
} ) ;
0 commit comments