mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add comment to test
This commit is contained in:
parent
c8e5547fa7
commit
9b59adc16f
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ def local_client():
|
|||
|
||||
|
||||
def test_get_local_client(local_client):
|
||||
"""
|
||||
Test that a local client is created
|
||||
"""
|
||||
assert isinstance(local_client, salt.client.LocalClient)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue