Skip to content

Commit 3386be6

Browse files
authored
Modify expected template and workflow (#648)
1 parent 1fda6c9 commit 3386be6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main-build-python39.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ on:
77
- release/*
88
paths-ignore:
99
- '.github/**'
10-
- '!.github/workflows/main-build-python38.yml'
10+
- '!.github/workflows/main-build-python39.yml'
1111
- '**.md'
1212
workflow_dispatch:
1313

1414
concurrency:
15-
group: main-build-python38-${{ github.ref_name }}
15+
group: main-build-python39-${{ github.ref_name }}
1616
cancel-in-progress: true
1717

1818

@@ -22,7 +22,7 @@ permissions:
2222
jobs:
2323
integration-test:
2424
runs-on: ubuntu-20.04
25-
name: Python38-${{ matrix.architecture }}-IntegrationTest
25+
name: Python39-${{ matrix.architecture }}-IntegrationTest
2626
strategy:
2727
fail-fast: false
2828
matrix:

adot/utils/expected-templates/python-aws-sdk-wrapper.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"name":"lambda-python.*",
1313
"subsegments": [
1414
{
15-
"name": "HTTP GET"
15+
"name": "GET"
1616
},
1717
{
1818
"name": "S3",
@@ -24,7 +24,7 @@
2424
]
2525
},
2626
{
27-
"name":"HTTP GET",
27+
"name":"GET",
2828
"inferred":true,
2929
"http":{
3030
"request":{

0 commit comments

Comments
 (0)