@@ -156,6 +156,7 @@ describe('apigw', () => {
156
156
} ,
157
157
usagePlanId : expect . stringContaining ( 'usagePlan-' ) ,
158
158
} ,
159
+ url : expect . stringContaining ( 'http' ) ,
159
160
apiList : [
160
161
{
161
162
path : '/' ,
@@ -167,6 +168,7 @@ describe('apigw', () => {
167
168
authType : 'NONE' ,
168
169
businessType : 'NORMAL' ,
169
170
isBase64Encoded : true ,
171
+ url : expect . stringContaining ( 'http' ) ,
170
172
} ,
171
173
{
172
174
path : '/mo' ,
@@ -178,6 +180,7 @@ describe('apigw', () => {
178
180
authType : 'NONE' ,
179
181
businessType : 'NORMAL' ,
180
182
isBase64Encoded : false ,
183
+ url : expect . stringContaining ( 'http' ) ,
181
184
} ,
182
185
{
183
186
path : '/auto' ,
@@ -189,6 +192,7 @@ describe('apigw', () => {
189
192
authType : 'NONE' ,
190
193
businessType : 'NORMAL' ,
191
194
isBase64Encoded : false ,
195
+ url : expect . stringContaining ( 'http' ) ,
192
196
} ,
193
197
{
194
198
path : '/ws' ,
@@ -200,6 +204,7 @@ describe('apigw', () => {
200
204
authType : 'NONE' ,
201
205
businessType : 'NORMAL' ,
202
206
isBase64Encoded : false ,
207
+ url : expect . stringContaining ( 'http' ) ,
203
208
} ,
204
209
{
205
210
path : '/wsf' ,
@@ -213,6 +218,7 @@ describe('apigw', () => {
213
218
authType : 'NONE' ,
214
219
businessType : 'NORMAL' ,
215
220
isBase64Encoded : false ,
221
+ url : expect . stringContaining ( 'http' ) ,
216
222
} ,
217
223
{
218
224
path : '/oauth' ,
@@ -224,6 +230,7 @@ describe('apigw', () => {
224
230
businessType : 'OAUTH' ,
225
231
internalDomain : expect . any ( String ) ,
226
232
isBase64Encoded : false ,
233
+ url : expect . stringContaining ( 'http' ) ,
227
234
} ,
228
235
{
229
236
path : '/oauthwork' ,
@@ -236,6 +243,7 @@ describe('apigw', () => {
236
243
authRelationApiId : expect . stringContaining ( 'api-' ) ,
237
244
internalDomain : expect . any ( String ) ,
238
245
isBase64Encoded : false ,
246
+ url : expect . stringContaining ( 'http' ) ,
239
247
} ,
240
248
] ,
241
249
tags,
@@ -267,6 +275,7 @@ describe('apigw', () => {
267
275
subDomain : expect . stringContaining ( '.apigw.tencentcs.com' ) ,
268
276
protocols : 'http&https' ,
269
277
environment : 'release' ,
278
+ url : expect . stringContaining ( 'http' ) ,
270
279
apiList : [
271
280
{
272
281
path : '/' ,
@@ -286,6 +295,7 @@ describe('apigw', () => {
286
295
usagePlanId : expect . stringContaining ( 'usagePlan-' ) ,
287
296
} ,
288
297
isBase64Encoded : true ,
298
+ url : expect . stringContaining ( 'http' ) ,
289
299
} ,
290
300
{
291
301
path : '/mo' ,
@@ -297,6 +307,7 @@ describe('apigw', () => {
297
307
authType : 'NONE' ,
298
308
businessType : 'NORMAL' ,
299
309
isBase64Encoded : false ,
310
+ url : expect . stringContaining ( 'http' ) ,
300
311
} ,
301
312
{
302
313
path : '/auto' ,
@@ -308,6 +319,7 @@ describe('apigw', () => {
308
319
authType : 'NONE' ,
309
320
businessType : 'NORMAL' ,
310
321
isBase64Encoded : false ,
322
+ url : expect . stringContaining ( 'http' ) ,
311
323
} ,
312
324
{
313
325
path : '/ws' ,
@@ -319,6 +331,7 @@ describe('apigw', () => {
319
331
businessType : 'NORMAL' ,
320
332
created : true ,
321
333
isBase64Encoded : false ,
334
+ url : expect . stringContaining ( 'http' ) ,
322
335
} ,
323
336
{
324
337
path : '/wsf' ,
@@ -332,6 +345,7 @@ describe('apigw', () => {
332
345
businessType : 'NORMAL' ,
333
346
created : true ,
334
347
isBase64Encoded : false ,
348
+ url : expect . stringContaining ( 'http' ) ,
335
349
} ,
336
350
{
337
351
path : '/oauth' ,
@@ -343,6 +357,7 @@ describe('apigw', () => {
343
357
businessType : 'OAUTH' ,
344
358
internalDomain : expect . any ( String ) ,
345
359
isBase64Encoded : false ,
360
+ url : expect . stringContaining ( 'http' ) ,
346
361
} ,
347
362
{
348
363
path : '/oauthwork' ,
@@ -355,6 +370,7 @@ describe('apigw', () => {
355
370
authRelationApiId : expect . stringContaining ( 'api-' ) ,
356
371
internalDomain : expect . any ( String ) ,
357
372
isBase64Encoded : false ,
373
+ url : expect . stringContaining ( 'http' ) ,
358
374
} ,
359
375
] ,
360
376
tags,
@@ -385,6 +401,7 @@ describe('apigw', () => {
385
401
subDomain : expect . stringContaining ( '.apigw.tencentcs.com' ) ,
386
402
protocols : 'http&https' ,
387
403
environment : 'release' ,
404
+ url : expect . stringContaining ( 'http' ) ,
388
405
apiList : [
389
406
{
390
407
path : '/' ,
@@ -396,6 +413,7 @@ describe('apigw', () => {
396
413
authType : 'NONE' ,
397
414
businessType : 'NORMAL' ,
398
415
isBase64Encoded : true ,
416
+ url : expect . stringContaining ( 'http' ) ,
399
417
} ,
400
418
{
401
419
path : '/mo' ,
@@ -407,6 +425,7 @@ describe('apigw', () => {
407
425
authType : 'NONE' ,
408
426
businessType : 'NORMAL' ,
409
427
isBase64Encoded : false ,
428
+ url : expect . stringContaining ( 'http' ) ,
410
429
} ,
411
430
{
412
431
path : '/auto' ,
@@ -418,6 +437,7 @@ describe('apigw', () => {
418
437
authType : 'NONE' ,
419
438
businessType : 'NORMAL' ,
420
439
isBase64Encoded : false ,
440
+ url : expect . stringContaining ( 'http' ) ,
421
441
} ,
422
442
{
423
443
path : '/ws' ,
@@ -429,6 +449,7 @@ describe('apigw', () => {
429
449
businessType : 'NORMAL' ,
430
450
created : true ,
431
451
isBase64Encoded : false ,
452
+ url : expect . stringContaining ( 'http' ) ,
432
453
} ,
433
454
{
434
455
path : '/wsf' ,
@@ -442,6 +463,7 @@ describe('apigw', () => {
442
463
businessType : 'NORMAL' ,
443
464
created : true ,
444
465
isBase64Encoded : false ,
466
+ url : expect . stringContaining ( 'http' ) ,
445
467
} ,
446
468
{
447
469
path : '/oauth' ,
@@ -453,6 +475,7 @@ describe('apigw', () => {
453
475
businessType : 'OAUTH' ,
454
476
internalDomain : expect . any ( String ) ,
455
477
isBase64Encoded : false ,
478
+ url : expect . stringContaining ( 'http' ) ,
456
479
} ,
457
480
{
458
481
path : '/oauthwork' ,
@@ -465,6 +488,7 @@ describe('apigw', () => {
465
488
authRelationApiId : expect . stringContaining ( 'api-' ) ,
466
489
internalDomain : expect . any ( String ) ,
467
490
isBase64Encoded : false ,
491
+ url : expect . stringContaining ( 'http' ) ,
468
492
} ,
469
493
] ,
470
494
tags,
0 commit comments