test/support/apps/http_endpoint/boot.rb in instana-1.209.8 vs test/support/apps/http_endpoint/boot.rb in instana-1.210.0
- old
+ new
@@ -20,9 +20,9 @@
[500, {"Content-Type" => "application/json"}, ["[\"Stan\",\"is\",\"on\",\"the\",\"error!\"]"]]
}
end
}
- Rack::Handler::Puma.run(app, {:Host => '127.0.0.1', :Port => 6511})
+ Rack::Handler::Puma.run(app, Host: '127.0.0.1', Port: 6511)
end
sleep(2)