UnsafeModeRendererTest failures in plugins

Due to recent changes in Foreman core, tests may be failing for all plugins which add their own kind of HostStatus. The failures look like this:

UnsafeModeRendererTest.test_0023_should find all registered host statuses

--- expected
+++ actual
@@ -1 +1 @@
-"Build,Configuration,Execution"
+"Build,Configuration"
 (Minitest::Assertion)
/var/lib/workspace/workspace/foreman_remote_execution-pull-request/database/postgresql/label/fast/ruby/2.4/foreman/test/unit/foreman/renderer/renderers_shared_tests.rb:155    

I’m currently looking into this and a fix is coming shortly.

PR[1] is opened.

[1] - https://github.com/theforeman/foreman/pull/5903