Adapt test for single host

This commit is contained in:
Tobias Bühlmann
2023-03-15 09:28:10 +01:00
parent cb824bdc42
commit a15603655c

View File

@@ -108,8 +108,6 @@ class CliMainTest < CliTestCase
run_command("audit").tap do |output|
assert_match /tail -n 50 mrsk-app-audit.log on 1.1.1.1/, output
assert_match /App Host: 1.1.1.1/, output
assert_match /tail -n 50 mrsk-app-audit.log on 1.1.1.2/, output
assert_match /App Host: 1.1.1.2/, output
end
end