diff --git a/plugins/report_tests_log_factory/lib/tests_reporter.rb b/plugins/report_tests_log_factory/lib/tests_reporter.rb index 4ce42a29..427244a0 100644 --- a/plugins/report_tests_log_factory/lib/tests_reporter.rb +++ b/plugins/report_tests_log_factory/lib/tests_reporter.rb @@ -57,7 +57,7 @@ def footer(results:, stream:) def update_filename(default_filename) # Fetch configured filename if it exists, otherwise return default filename - filename, _ = @config_walkinator.fetch_value( *keys, hash:@config, default:default_filename ) + filename, _ = @config_walkinator.fetch_value( :filename, hash:@config, default:default_filename ) return filename end