test/support/apps/http_endpoint/boot.rb in instana-1.210.1 vs test/support/apps/http_endpoint/boot.rb in instana-1.211.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) + Rackup::Handler::Puma.run(app, Host: '127.0.0.1', Port: 6511) end sleep(2)