mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
change class name to raw
This commit is contained in:
parent
308596ac8d
commit
3dc8673417
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import salt.utils
|
|||
|
||||
|
||||
@skipIf(salt.utils.is_windows(), 'salt-ssh not available on Windows')
|
||||
class SSHGrainsTest(SSHCase):
|
||||
class SSHRawTest(SSHCase):
|
||||
'''
|
||||
testing salt-ssh with raw calls
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue