From 1bffba6d1e798825a00e0b754a62b5b3961a7363 Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Tue, 10 May 2022 01:53:23 +0100 Subject: Tests: added test for "SCRIPT_NAME" variable in Ruby. --- test/test_ruby_application.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test_ruby_application.py') diff --git a/test/test_ruby_application.py b/test/test_ruby_application.py index 319dfb4f..c2931e65 100644 --- a/test/test_ruby_application.py +++ b/test/test_ruby_application.py @@ -44,6 +44,7 @@ class TestRubyApplication(TestApplicationRuby): 'Request-Method': 'POST', 'Request-Uri': '/', 'Http-Host': 'localhost', + 'Script-Name': 'config.ru', 'Server-Protocol': 'HTTP/1.1', 'Custom-Header': 'blah', 'Rack-Version': '13', -- cgit