Actions
Refactor #31016
closedPlugin testing leaves mess in registries
Difficulty:
easy
Triaged:
Yes
Pull request:
Description
Durign plugin testing (test/unit/plugin_test.rb) we refresh the plugin set, but we keep the same registries.
We need to refresh the registries as well, otherwise those are being filled with mocks and other garbage, that should not really be there.
Actions