Skip to content

Commit 6eeded5

Browse files
committed
Name template from python3 to python3-http
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 0b5ae5a commit 6eeded5

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

commands/generate_test.go

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ functions:
150150
handler: ./sample/url-ping
151151
image: alexellis/faas-url-ping:0.2
152152
astronaut-finder:
153-
lang: python3
153+
lang: python3-http
154154
handler: ./astronaut-finder
155155
image: astronaut-finder
156156
environment:
@@ -348,43 +348,43 @@ provider:
348348
network: "func_functions"
349349
functions:
350350
fn1:
351-
lang: python3
351+
lang: python3-http
352352
handler: ./fn1
353353
image: fn1:latest
354354
fn2:
355-
lang: python3
355+
lang: python3-http
356356
handler: ./fn2
357357
image: fn2:latest
358358
fn3:
359-
lang: python3
359+
lang: python3-http
360360
handler: ./fn3
361361
image: fn3:latest
362362
fn4:
363-
lang: python3
363+
lang: python3-http
364364
handler: ./fn4
365365
image: fn4:latest
366366
fn5:
367-
lang: python3
367+
lang: python3-http
368368
handler: ./fn5
369369
image: fn5:latest
370370
fn6:
371-
lang: python3
371+
lang: python3-http
372372
handler: ./fn6
373373
image: fn6:latest
374374
fn7:
375-
lang: python3
375+
lang: python3-http
376376
handler: ./fn7
377377
image: fn7:latest
378378
fn8:
379-
lang: python3
379+
lang: python3-http
380380
handler: ./fn8
381381
image: fn8:latest
382382
fn9:
383-
lang: python3
383+
lang: python3-http
384384
handler: ./fn9
385385
image: fn9:latest
386386
fn10:
387-
lang: python3
387+
lang: python3-http
388388
handler: ./fn10
389389
image: fn10:latest`,
390390
Output: []string{
@@ -405,43 +405,43 @@ provider:
405405
network: "func_functions"
406406
functions:
407407
fn3:
408-
lang: python3
408+
lang: python3-http
409409
handler: ./fn3
410410
image: fn3:latest
411411
fn7:
412-
lang: python3
412+
lang: python3-http
413413
handler: ./fn7
414414
image: fn7:latest
415415
fn2:
416-
lang: python3
416+
lang: python3-http
417417
handler: ./fn2
418418
image: fn2:latest
419419
fn10:
420-
lang: python3
420+
lang: python3-http
421421
handler: ./fn10
422422
image: fn10:latest
423423
fn5:
424-
lang: python3
424+
lang: python3-http
425425
handler: ./fn5
426426
image: fn5:latest
427427
fn1:
428-
lang: python3
428+
lang: python3-http
429429
handler: ./fn1
430430
image: fn1:latest
431431
fn6:
432-
lang: python3
432+
lang: python3-http
433433
handler: ./fn6
434434
image: fn6:latest
435435
fn9:
436-
lang: python3
436+
lang: python3-http
437437
handler: ./fn9
438438
image: fn9:latest
439439
fn4:
440-
lang: python3
440+
lang: python3-http
441441
handler: ./fn4
442442
image: fn4:latest
443443
fn8:
444-
lang: python3
444+
lang: python3-http
445445
handler: ./fn8
446446
image: fn8:latest`,
447447
Output: []string{
@@ -462,43 +462,43 @@ provider:
462462
network: "func_functions"
463463
functions:
464464
fn3:
465-
lang: python3
465+
lang: python3-http
466466
handler: ./fn3
467467
image: fn3:latest
468468
fn7:
469-
lang: python3
469+
lang: python3-http
470470
handler: ./fn7
471471
image: fn7:latest
472472
fn2:
473-
lang: python3
473+
lang: python3-http
474474
handler: ./fn2
475475
image: fn2:latest
476476
fn10:
477-
lang: python3
477+
lang: python3-http
478478
handler: ./fn10
479479
image: fn10:latest
480480
fn5:
481-
lang: python3
481+
lang: python3-http
482482
handler: ./fn5
483483
image: fn5:latest
484484
fn1:
485-
lang: python3
485+
lang: python3-http
486486
handler: ./fn1
487487
image: fn1:latest
488488
fn6:
489-
lang: python3
489+
lang: python3-http
490490
handler: ./fn6
491491
image: fn6:latest
492492
fn9:
493-
lang: python3
493+
lang: python3-http
494494
handler: ./fn9
495495
image: fn9:latest
496496
fn4:
497-
lang: python3
497+
lang: python3-http
498498
handler: ./fn4
499499
image: fn4:latest
500500
fn8:
501-
lang: python3
501+
lang: python3-http
502502
handler: ./fn8
503503
image: fn8:latest`,
504504
Output: []string{

0 commit comments

Comments
 (0)