File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/getting_started/tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
# Otherwise, set variable to the commit of your branch on
11
11
# opentelemetry-python-contrib which is compatible with these Core repo
12
12
# changes.
13
- CONTRIB_REPO_SHA : a5ed4da478c4360fd6e24893f7574b150431b7ee
13
+ CONTRIB_REPO_SHA : dadcd01524449ddee07a8d8405890a60caeb8c8e
14
14
# This is needed because we do not clone the core repo in contrib builds anymore.
15
15
# When running contrib builds as part of core builds, we use actions/checkout@v2 which
16
16
# does not set an environment variable (simply just runs tox), which is different when
Original file line number Diff line number Diff line change @@ -44,6 +44,6 @@ def test_flask(self):
44
44
server .terminate ()
45
45
46
46
output = str (server .stdout .read ())
47
- self .assertIn ('"name": "HTTP GET"' , output )
47
+ self .assertIn ('"name": "GET"' , output )
48
48
self .assertIn ('"name": "example-request"' , output )
49
49
self .assertIn ('"name": "/"' , output )
You can’t perform that action at this time.
0 commit comments