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, 1 insertions, 1 deletions
diff --git a/qa/qa/fixtures/auto_devops_rack/config.ru b/qa/qa/fixtures/auto_devops_rack/config.ru
index bde8e15488a..e990662145a 100644
--- a/qa/qa/fixtures/auto_devops_rack/config.ru
+++ b/qa/qa/fixtures/auto_devops_rack/config.ru
@@ -1 +1 @@
-run lambda { |env| [200, { 'Content-Type' => 'text/plain' }, StringIO.new("Hello World!\n")] }
+run lambda { |env| [200, { 'Content-Type' => 'text/plain' }, StringIO.new("Hello World! #{ENV['OPTIONAL_MESSAGE']}\n")] }