Skip to content

Commit

Permalink
tests: fix test_loaders
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiaraBi authored and slint committed Oct 23, 2019
1 parent d54031f commit 68a6490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_loaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __init__(self, text):
self.text = text

@classmethod
def get(cls, source, stream=True):
def get(cls, source, stream=True, headers=None):
"""Mock the get method."""
testdata_path = os.path.join(os.path.dirname(__file__),
'testdata/fundref_test.rdf')
Expand Down

0 comments on commit 68a6490

Please sign in to comment.