No reason to implement get_app in the mixin

This commit is contained in:
Thomas Jackson 2015-04-11 16:48:05 -07:00 committed by Justin Findlay
parent 13724899d2
commit 3f1558b5d2

View File

@ -41,7 +41,7 @@ from salt.ext.six.moves.urllib.parse import urlencode # pylint: disable=no-name
@skipIf(HAS_TORNADO is False, 'The tornado package needs to be installed')
class SaltnadoTestCase(integration.ModuleCase, AsyncHTTPTestCase):
class SaltnadoTestCase(integration.ModuleCase, AsyncHTTPTestCase): # pylint: disable=W0223
'''
Mixin to hold some shared things
'''