Skip to content

Commit

Permalink
Correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
majorgreys committed Nov 5, 2018
1 parent 9c5b151 commit 9875c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/contrib/httplib/test_httplib.py
Expand Up @@ -220,7 +220,7 @@ def test_httplib_request_post_request(self):
def test_httplib_request_get_request_query_string(self):
"""
When making a GET request with a query string via httplib.HTTPConnection.request
we capture a the entire url in the span
we capture the all of the url in the span except for the query string
"""
conn = self.get_http_connection(SOCKET)
with contextlib.closing(conn):
Expand Down

0 comments on commit 9875c7d

Please sign in to comment.