zulip_bots: Make FakeClient accept arbitrary arguments.
This commit is contained in:
parent
b9905e5fc8
commit
464b2612cc
|
@ -6,7 +6,7 @@ from zulip_bots.lib import (
|
||||||
)
|
)
|
||||||
|
|
||||||
class FakeClient:
|
class FakeClient:
|
||||||
def __init__(self):
|
def __init__(self, *args, **kwargs):
|
||||||
self.storage = dict()
|
self.storage = dict()
|
||||||
|
|
||||||
def get_profile(self):
|
def get_profile(self):
|
||||||
|
|
Loading…
Reference in a new issue