diff --git a/test/configuration_test.rb b/test/configuration_test.rb index 425407e57..524a56da1 100644 --- a/test/configuration_test.rb +++ b/test/configuration_test.rb @@ -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, "lines" => 50 }} assert_equal expected_config, @config.to_h end