agent-ruby icon indicating copy to clipboard operation
agent-ruby copied to clipboard

Unhandled exception creating launches (even though they get created)

Open DyegoCosta opened this issue 3 years ago • 0 comments

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)>'

DyegoCosta avatar Mar 16 '22 17:03 DyegoCosta