Add additional client assertion

This commit is contained in:
twangboy 2023-10-11 11:36:49 -06:00 committed by Pedro Algarvio
parent 3b5dc02e70
commit c8e5547fa7

View file

@ -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(