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 1010 # Otherwise, set variable to the commit of your branch on
1111 # opentelemetry-python-contrib which is compatible with these Core repo
1212 # changes.
13- CONTRIB_REPO_SHA : 3c0a700faafa5b24de9198bf76a0424e1c0673a5
13+ CONTRIB_REPO_SHA : e8700fcb4ca53e819203889d372570a3a1846292
1414 # This is needed because we do not clone the core repo in contrib builds anymore.
1515 # When running contrib builds as part of core builds, we use actions/checkout@v2 which
1616 # 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):
4444 server .terminate ()
4545
4646 output = str (server .stdout .read ())
47- self .assertIn ('"name": "HTTP GET"' , output )
47+ self .assertIn ('"name": "GET"' , output )
4848 self .assertIn ('"name": "example-request"' , output )
4949 self .assertIn ('"name": "/"' , output )
You can’t perform that action at this time.
0 commit comments