Skip to content

Commit

Permalink
Test update.
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Dec 9, 2022
1 parent ec0c75f commit 4f2fd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class TestSys:
def test_info(self, run_command_mock):

assert run_command_mock('info') == [
'who', 'uname -a', 'cat /etc/timezone', 'uptime', 'df -h', 'journalctl --disk-usage']
'who', 'lsb_release -a', 'uname -a', 'cat /etc/timezone', 'uptime', 'df -h', 'journalctl --disk-usage']

def test_reboot(self, run_command_mock):

Expand Down

0 comments on commit 4f2fd8a

Please sign in to comment.