mirror of
https://github.com/discourse/discourse.git
synced 2025-02-09 12:54:56 +00:00
3044fca9b2
We've been doing some work to support new keyword argument semantics in Ruby 3. As part of that we made some changes to `DiscourseEvent::TestHelper`. The backwards compatibility fix doesn't work if the method is called with an empty hash as the final argument. This fix adds a valid option to the final hash in the particular test.