mirror of
https://github.com/saltstack/salt.git
synced 2025-04-10 06:41:40 +00:00
Refining tests
This commit is contained in:
parent
e355b483fe
commit
1f36f79999
1 changed files with 3 additions and 3 deletions
|
@ -572,11 +572,11 @@ def test_client_cache_missing_key(file_client, react_wrap):
|
|||
if f"{file_client}" == "runner":
|
||||
react_wrap.runner(chunk)
|
||||
elif f"{file_client}" == "wheel":
|
||||
react_wrap.runner(chunk)
|
||||
react_wrap.wheel(chunk)
|
||||
elif f"{file_client}" == "local":
|
||||
react_wrap.local(chunk)
|
||||
react_wrap.local(chunk["fun"], chunk["tgt"])
|
||||
elif f"{file_client}" == "caller":
|
||||
react_wrap.caller(chunk)
|
||||
react_wrap.caller(chunk["fun"], chunk["args"])
|
||||
else:
|
||||
assert f"{file_client}" == "bad parameterization"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue