Skip to content

Commit

Permalink
default real_http to False
Browse files Browse the repository at this point in the history
  • Loading branch information
grizz committed Feb 18, 2018
1 parent c3ec69a commit 96f86af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_filedata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class RequestsData(object):
"""
class to use test data from requests
"""
def __init__(self, prefix, real_http=True):
def __init__(self, prefix, real_http=False):
self.prefix = prefix
adapter = requests_mock.Adapter()
adapter.register_uri(requests_mock.ANY, requests_mock.ANY, text=self.callback)
Expand Down

0 comments on commit 96f86af

Please sign in to comment.