mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
No reason to implement get_app in the mixin
This commit is contained in:
parent
13724899d2
commit
3f1558b5d2
@ -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
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user