mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Send req returns None
This commit is contained in:
parent
9bede19920
commit
0b7285b766
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ async def test_send_req_async_regression_62453(minion_opts):
|
|||
|
||||
# We are just validating no exception is raised
|
||||
rtn = await minion._send_req_async(load, timeout)
|
||||
assert rtn is False
|
||||
assert rtn is None
|
||||
|
||||
|
||||
def test_mine_send_tries():
|
||||
|
|
Loading…
Add table
Reference in a new issue