-Edited Test to reflect Idle bug fix

(cherry picked from commit 03b763172a)
This commit is contained in:
Btjones711 2017-01-26 21:07:54 -06:00 committed by Stein Magnus Jodal
parent fb9f2198bd
commit 34d09d1449

View File

@ -23,7 +23,7 @@ class ReflectionHandlerTest(protocol.BaseTestCase):
self.assertNotInResponse('command: command_list_begin')
self.assertNotInResponse('command: command_list_ok_begin')
self.assertNotInResponse('command: command_list_end')
self.assertNotInResponse('command: idle')
self.assertInResponse('command: idle')
self.assertNotInResponse('command: noidle')
self.assertNotInResponse('command: sticker')
self.assertInResponse('OK')