botserver: Remove obsolete state_handler param from handle_message().
This commit is contained in:
parent
aef41de37a
commit
e5576388dd
2 changed files with 2 additions and 6 deletions
|
@ -6,7 +6,7 @@ from .server_test_lib import BotServerTestCase
|
|||
|
||||
class BotServerTests(BotServerTestCase):
|
||||
class MockMessageHandler(object):
|
||||
def handle_message(self, message, bot_handler, state_handler):
|
||||
def handle_message(self, message, bot_handler):
|
||||
# type: (Any, Any, Any) -> None
|
||||
assert message == {'key': "test message"}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue