Skip to content

Commit

Permalink
fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jalevin committed Apr 20, 2020
1 parent e552e6c commit 3645f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def test_config_loads_correct_max_threads
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
Expand Down

0 comments on commit 3645f75

Please sign in to comment.