Skip to content

Commit

Permalink
adjust to last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mlodic committed Apr 15, 2021
1 parent 2856b58 commit d99ffb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/mock_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ class MockResponseNoOp:
def __init__(self, json_data, status_code):
pass

def search(self, **kwargs):
def search(self, *args, **kwargs):
return {}

def query(self, **kwargs):
def query(self, *args, **kwargs):
return {}


Expand Down

0 comments on commit d99ffb8

Please sign in to comment.