Secrets test

This commit is contained in:
Donal McBreen
2024-08-29 15:29:18 +01:00
parent 9ade79fc84
commit b2e1a4d4c1
3 changed files with 9 additions and 42 deletions

View File

@@ -249,7 +249,7 @@ class CliAppTest < CliTestCase
test "exec separate arguments" do
run_command("exec", "ruby", " -v").tap do |output|
assert_match "docker run --rm --env-file .kamal/env/roles/app-web.env dhh/app:latest ruby -v", output
assert_match "docker run --rm dhh/app:latest ruby -v", output
end
end