Fixing Tests

This commit is contained in:
Krzysztof Adamski
2023-09-06 10:16:59 +02:00
parent bbcc90e4d1
commit c2b2f7ea33
2 changed files with 2 additions and 2 deletions

View File

@@ -263,7 +263,7 @@ class ConfigurationTest < ActiveSupport::TestCase
:volume_args=>["--volume", "/local/path:/container/path"],
:builder=>{},
:logging=>["--log-opt", "max-size=\"10m\""],
:healthcheck=>{ "path"=>"/up", "port"=>3000, "max_attempts" => 7 }}
:healthcheck=>{ "path"=>"/up", "port"=>3000, "max_attempts" => 7, "exposed_port" => 3999 }}
assert_equal expected_config, @config.to_h
end