summaryrefslogtreecommitdiff
path: root/qa/qa/fixtures/auto_devops_rack/config.ru
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/fixtures/auto_devops_rack/config.ru')
-rw-r--r--qa/qa/fixtures/auto_devops_rack/config.ru2
1 files changed, 2 insertions, 0 deletions
diff --git a/qa/qa/fixtures/auto_devops_rack/config.ru b/qa/qa/fixtures/auto_devops_rack/config.ru
index e990662145a..aea28ef1893 100644
--- a/qa/qa/fixtures/auto_devops_rack/config.ru
+++ b/qa/qa/fixtures/auto_devops_rack/config.ru
@@ -1 +1,3 @@
+# frozen_string_literal: true
+
run lambda { |env| [200, { 'Content-Type' => 'text/plain' }, StringIO.new("Hello World! #{ENV['OPTIONAL_MESSAGE']}\n")] }