Skip to content
Snippets Groups Projects
Commit 3917f6a5 authored by Henning Glawe's avatar Henning Glawe
Browse files

re-enable the df arglist test

parent 7c3be663
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ def test_df_mountpoint(mocker): ...@@ -63,7 +63,7 @@ def test_df_mountpoint(mocker):
assert used == 500 assert used == 500
assert avail == 500 assert avail == 500
assert len(mock.call_args_list) == 1 assert len(mock.call_args_list) == 1
# assert mock.call_args_list[0].args == ("--block-size=1", "/home/MOCK") assert mock.call_args_list[0].args[0] == ["df", "--block-size=1", "/home/MOCK"]
# def test_compose_quota_report(mocker): # def test_compose_quota_report(mocker):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment