From 9042ac4722064e7dab0817c5d84cedac87ce3256 Mon Sep 17 00:00:00 2001 From: Andrei Botalov Date: Wed, 10 Jan 2018 14:56:13 +0300 Subject: [PATCH] Fix typo (#19) --- lib/reportportal.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/reportportal.rb b/lib/reportportal.rb index 80810c8..12f4adc 100644 --- a/lib/reportportal.rb +++ b/lib/reportportal.rb @@ -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