Skip to content

Commit

Permalink
Rename test function
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler committed Oct 15, 2021
1 parent bbcc0db commit cffc359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/route/test_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def request(self, http_method, url, headers):


@mock.patch('requests.Session', MockSession)
def test_request_route_headers():
def test_request_client_headers():
"""
When a request is made
Then route headers are sent in the request.
Expand Down

0 comments on commit cffc359

Please sign in to comment.