mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
fix typo in test
This commit is contained in:
parent
e552e6ce65
commit
3645f75bfc
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ class TestConfigEnvVariables < TestConfigFileBase
|
|||
assert_equal 7, conf.options.default_options[:max_threads]
|
||||
end
|
||||
|
||||
with_env("MAX_THREADS" => "8") do
|
||||
with_env("PUMA_MAX_THREADS" => "8") do
|
||||
conf = Puma::Configuration.new
|
||||
assert_equal 8, conf.options.default_options[:max_threads]
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue