Skip to content

Commit

Permalink
Fix typo (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
abotalov authored Jan 10, 2018
1 parent 8d1ee62 commit 9042ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reportportal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def status_to_level(status)
when :skipped
LOG_LEVELS[:warn]
else
LOG_LEVELS.fetch(status, LOG_LEVELS.fetch[:info])
LOG_LEVELS.fetch(status, LOG_LEVELS[:info])
end
end

Expand Down

0 comments on commit 9042ac4

Please sign in to comment.