Skip to content

Commit

Permalink
🐛 Bug fix after ConfigWalkinator refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarlesky committed Jul 26, 2024
1 parent 75e5535 commit af7630b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/report_tests_log_factory/lib/tests_reporter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit af7630b

Please sign in to comment.