agent-ruby
agent-ruby copied to clipboard
Unhandled exception creating launches (even though they get created)
Our launches are getting created and the results pushed out to them but our rspec is failing with this error. Any idea?
TypeError: no implicit conversion of String into Integer
/usr/local/bundle/bundler/gems/agent-ruby-50bbfab963d7/lib/reportportal.rb:43:in `[]'
/usr/local/bundle/bundler/gems/agent-ruby-50bbfab963d7/lib/reportportal.rb:43:in `start_launch'
/usr/local/bundle/bundler/gems/agent-ruby-50bbfab963d7/lib/report_portal/rspec/formatter.rb:25:in `start'
/usr/local/bundle/gems/rspec-core-3.4.4/lib/rspec/core/reporter.rb:189:in `block in notify'
/usr/local/bundle/gems/rspec-core-3.4.4/lib/rspec/core/reporter.rb:188:in `each'
/usr/local/bundle/gems/rspec-core-3.4.4/lib/rspec/core/reporter.rb:188:in `notify'
/usr/local/bundle/gems/rspec-core-3.4.4/lib/rspec/core/reporter.rb:88:in `start'
/usr/local/bundle/gems/rspec-core-3.4.4/lib/rspec/core/reporter.rb:75:in `report'
/usr/local/bundle/gems/rspec-core-3.4.4/lib/rspec/core/runner.rb:117:in `run_specs'
/usr/local/bundle/gems/rspec-core-3.4.4/lib/rspec/core/runner.rb:93:in `run'
/usr/local/bundle/gems/rspec-core-3.4.4/lib/rspec/core/runner.rb:78:in `run'
/usr/local/bundle/gems/rspec-core-3.4.4/lib/rspec/core/runner.rb:45:in `invoke'
/usr/local/bundle/gems/rspec-core-3.4.4/exe/rspec:4:in `<top (required)>'
/usr/local/bundle/bin/rspec:23:in `load'
/usr/local/bundle/bin/rspec:23:in `<top (required)>'