Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz authored and Megan Wilhite committed Aug 17, 2022
1 parent b2c32be commit d09d2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pytests/unit/test_minion.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ async def test_send_req_async_regression_62453():

# We are just validating no exception is raised
rtn = await minion._send_req_async(load, timeout)
assert rtn == False
assert rtn is False


@patch("salt.channel.client.ReqChannel.factory")
Expand Down

0 comments on commit d09d2d3

Please sign in to comment.