Updating tests to be compliant with the new response (ok)
This commit is contained in:
parent
7e31fdcbec
commit
5b5bd342b6
@ -6,11 +6,11 @@ from tests.frontends.mpd import protocol
|
||||
class AudioOutputHandlerTest(protocol.BaseTestCase):
|
||||
def test_enableoutput(self):
|
||||
self.sendRequest('enableoutput "0"')
|
||||
self.assertInResponse('ACK [0@0] {} Not implemented')
|
||||
self.assertInResponse('OK')
|
||||
|
||||
def test_disableoutput(self):
|
||||
self.sendRequest('disableoutput "0"')
|
||||
self.assertInResponse('ACK [0@0] {} Not implemented')
|
||||
self.assertInResponse('OK')
|
||||
|
||||
def test_outputs(self):
|
||||
self.sendRequest('outputs')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user