Skip to content

Commit

Permalink
fix unit
Browse files Browse the repository at this point in the history
  • Loading branch information
yocalebo committed Oct 28, 2024
1 parent 26c8edc commit 0bf6f7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ixdiagnose/test/pytest/unit/plugins/test_zfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_zfs_getacl_impl(mocker, dataset_name, props_dict, args, return_code, st
False
),
(
'zfs',
'filesystem',
('zfs', 'get', 'all'),
0,
'input_resource_output2.txt',
Expand All @@ -78,7 +78,7 @@ def test_zfs_getacl_impl(mocker, dataset_name, props_dict, args, return_code, st
True
),
(
'zfs',
'filesystem',
('zfs', 'get', 'all'),
0,
'input_resource_output3.txt',
Expand Down

0 comments on commit 0bf6f7e

Please sign in to comment.