Move audits back to run dir so they survive kamal remove

This commit is contained in:
Donal McBreen
2024-09-12 16:05:56 +01:00
parent b8972a6833
commit 35fe9c154d
3 changed files with 13 additions and 11 deletions

View File

@@ -305,7 +305,7 @@ class CliMainTest < CliTestCase
test "audit" do
run_command("audit").tap do |output|
assert_match %r{tail -n 50 \.kamal/apps/app/audit.log on 1.1.1.1}, output
assert_match %r{tail -n 50 \.kamal/app-audit.log on 1.1.1.1}, output
assert_match /App Host: 1.1.1.1/, output
end
end