Remove unmocked patching

This commit is contained in:
Pedro Algarvio 2017-04-05 23:17:36 +01:00
parent eb588c772a
commit 843e218572
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -15,11 +15,9 @@ from tests.support.mock import (
)
# Import Salt Libs
import salt.utils
import salt.modules.ssh as ssh
from salt.exceptions import CommandExecutionError
import salt.utils
ssh.__salt__ = {}
@skipIf(NO_MOCK, NO_MOCK_REASON)