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.
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8055 added
Updated by Ondřej Ezr over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|3f46c0d359f2f4462b1f3853e564d58fccdf70b4.
Updated by Evgeni Golov over 1 year ago
- Related to Bug #36661: Drop deprecated restore_plugins from test_helper added
Actions