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:
Stein Magnus Jodal 2012-09-19 01:50:48 +02:00
parent d1d5a084a2
commit 52c7726de2

View File

@ -38,7 +38,6 @@ class AuthenticationTest(protocol.BaseTestCase):
self.sendRequest(u'close')
self.assertFalse(self.dispatcher.authenticated)
self.assertInResponse(u'OK')
def test_commands_is_allowed_without_authentication(self):
settings.MPD_SERVER_PASSWORD = u'topsecret'