Skip to content

Commit 04377f7

Browse files
committed
test(fw): add headers to mock in test_git_reference_spec
1 parent e5afd3f commit 04377f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ethereum_test_base_types/tests/test_reference_spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
def test_git_reference_spec(monkeypatch):
6363
"""Test Git reference spec."""
6464

65-
def mock_get(self):
65+
def mock_get(self, headers=None):
6666
class Response:
6767
content = (
6868
'{"content": "'

0 commit comments

Comments
 (0)