Skip to content

Commit

Permalink
Have to update the unit test for status
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Aug 17, 2023
1 parent 19a24ba commit 88a70c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mepo.d/utest/test_mepo_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def test_status(self):
sys.stdout = output = StringIO()
args.ignore_permissions=False
args.nocolor=True
args.hashes=False
mepo_status.run(args)
sys.stdout = sys.__stdout__
with open(os.path.join(self.__class__.output_dir, 'status_output.txt'), 'r') as fin:
Expand Down

0 comments on commit 88a70c4

Please sign in to comment.