mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
More code formatting to satisfy pre-commit
This commit is contained in:
parent
5f3191868d
commit
8a1e142315
1 changed files with 1 additions and 1 deletions
|
@ -1438,7 +1438,7 @@ def test_xen_virtual():
|
|||
), patch.object(
|
||||
os.path,
|
||||
"isfile",
|
||||
MagicMock(side_effect=lambda x: True if x == "/proc/1/cgroup" else False)
|
||||
MagicMock(side_effect=lambda x: True if x == "/proc/1/cgroup" else False),
|
||||
), patch(
|
||||
"salt.utils.files.fopen", mock_open(read_data="")
|
||||
):
|
||||
|
|
Loading…
Add table
Reference in a new issue