mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add additional client assertion
This commit is contained in:
parent
3b5dc02e70
commit
c8e5547fa7
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ def test_get_local_client_mopts(master_opts):
|
|||
master_opts["rest_cherrypy"] = {"port": 8000}
|
||||
local_client = salt.client.get_local_client(mopts=master_opts)
|
||||
assert isinstance(local_client, salt.client.LocalClient)
|
||||
assert local_client.opts == master_opts
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
|
|
Loading…
Add table
Reference in a new issue