Fix tests

This commit is contained in:
dhh
2023-09-16 11:01:16 -07:00
parent 0dcebe7d34
commit 62cdf31ae2
2 changed files with 5 additions and 5 deletions

View File

@@ -180,7 +180,7 @@ class CommandsTraefikTest < ActiveSupport::TestCase
test "env_file" do
@config[:traefik]["env"] = { "secret" => %w[EXAMPLE_API_KEY] }
assert_equal "EXAMPLE_API_KEY=456\n", new_command.env_file
assert_equal "EXAMPLE_API_KEY=456\n", new_command.env_file.to_s
end
test "host_env_file_path" do