Skip to content

Commit

Permalink
Merge pull request #10 from afoerster/master
Browse files Browse the repository at this point in the history
Fix fixture name parameter in README
  • Loading branch information
AndreLouisCaron committed Jul 27, 2017
2 parents 6792aa5 + 903572d commit 643211e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ responds over HTTP::
)
return url

def test_something(some_service):
def test_something(some_http_service):
"""Sample test."""
response = requests.get(some_service)
response = requests.get(some_http_service)
response.raise_for_status()


Expand Down

0 comments on commit 643211e

Please sign in to comment.