MPD command 'close' does not return 'OK'
Test broke when Pykka actors started processing the actor inbox before stopping themselves.
This commit is contained in:
parent
d1d5a084a2
commit
52c7726de2
@ -38,7 +38,6 @@ class AuthenticationTest(protocol.BaseTestCase):
|
|||||||
|
|
||||||
self.sendRequest(u'close')
|
self.sendRequest(u'close')
|
||||||
self.assertFalse(self.dispatcher.authenticated)
|
self.assertFalse(self.dispatcher.authenticated)
|
||||||
self.assertInResponse(u'OK')
|
|
||||||
|
|
||||||
def test_commands_is_allowed_without_authentication(self):
|
def test_commands_is_allowed_without_authentication(self):
|
||||||
settings.MPD_SERVER_PASSWORD = u'topsecret'
|
settings.MPD_SERVER_PASSWORD = u'topsecret'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user