mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Run black to fix pre-commit
This commit is contained in:
parent
ebc05bbca4
commit
b8468c6a10
1 changed files with 2 additions and 1 deletions
|
@ -168,7 +168,8 @@ def test_repo_paths(setup_spm):
|
|||
ui._error = []
|
||||
with patch("salt.client.Caller", MagicMock(return_value=minion_opts)):
|
||||
with patch(
|
||||
"salt.client.get_local_client", MagicMock(return_value=minion_opts["conf_file"])
|
||||
"salt.client.get_local_client",
|
||||
MagicMock(return_value=minion_opts["conf_file"]),
|
||||
):
|
||||
client.run(["create_repo", "."])
|
||||
assert len(ui._error) == 0
|
||||
|
|
Loading…
Add table
Reference in a new issue