Skip to content

Commit

Permalink
fix stupid mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthccv committed Nov 20, 2023
1 parent e73f2be commit 714a0e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def test_status_codes(self):
url = f"http://{host}:{port}/test-path?query=param#foobar"
# if python version is < 3.8, then the url will be
if sys.version_info[1] < 8:
url = "http://{host}:{port}/test-path#foobar"
url = f"http://{host}:{port}/test-path#foobar"

self.assert_spans(
[
Expand Down

0 comments on commit 714a0e8

Please sign in to comment.