mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Fix warning
This commit is contained in:
parent
7fbffe360f
commit
5323acfacc
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class TestAppStatus < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_alternate_location
|
||||
status, _ , app = lint('__alternatE_location_/stats')
|
||||
status, _ , _ = lint('__alternatE_location_/stats')
|
||||
assert_equal 200, status
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue