We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c29446 commit a20435aCopy full SHA for a20435a
tests/show_test.py
@@ -362,11 +362,6 @@ def test_show_lldp_table(self, mock_run_command):
362
assert result.exit_code == 0
363
mock_run_command.assert_called_with(['sudo', 'lldpshow'], display_cmd=True)
364
365
- def test_show_logging_invalid_process(self):
366
- runner = CliRunner()
367
- result = runner.invoke(show.cli.commands['logging'], ['systemd | grep ERR'])
368
- assert result.output == 'Process contains only number, alphabet, and whitespace.\n'
369
-
370
@patch('show.main.run_command')
371
def test_show_environment(self, mock_run_command):
372
runner = CliRunner()
0 commit comments