Skip to content

Commit 284e606

Browse files
committed
Fixing tests that only fail on Travis
1 parent 6f02143 commit 284e606

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

telegram/ext/stringcommandhandler.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@ def __init__(self,
7575
pass_update_queue=False,
7676
pass_job_queue=False):
7777
super(StringCommandHandler, self).__init__(
78-
callback, pass_update_queue=pass_update_queue, pass_job_queue=pass_job_queue)
78+
callback,
79+
autowire=autowire,
80+
pass_update_queue=pass_update_queue,
81+
pass_job_queue=pass_job_queue)
7982
self.command = command
8083
self.pass_args = pass_args
8184
if self.autowire:

0 commit comments

Comments
 (0)