Bootdisk develop tests are broken

Hey, bootdisk tests are red, any idea what changed in core?

# Running:

...............

Rails logs for test_0001_should add a cdrom drive while keeping other parameters when provision_method is bootdisk FAILURE:
F

Failure:
ForemanBootdisk::VmwareTest::#parse_args#test_0001_should add a cdrom drive while keeping other parameters when provision_method is bootdisk [/home/lzap/work/foreman_bootdisk/test/unit/concerns/compute_resources/vmware_test.rb:69]:
--- expected
+++ actual
@@ -1 +1 @@
-{:cpus=>"1", :provision_method=>"bootdisk", :cdroms=>[#<Mock:cdrom>], :boot_order=>["cdrom", "disk"], :boot_retry=>10}
+{:cpus=>"1", :provision_method=>"bootdisk"}



bin/rails test _bootdisk/test/unit/concerns/compute_resources/vmware_test.rb:55

...............

Rails logs for test_0001_calls client with cdrom drive and correct boot order when bootdisk provisioning FAILURE:
F

Failure:
ForemanBootdisk::VmwareTest::#new_vm#test_0001_calls client with cdrom drive and correct boot order when bootdisk provisioning [/home/lzap/work/foreman_bootdisk/test/unit/concerns/compute_resources/vmware_test.rb:37]:
Expected: ["network", "disk"]
  Actual: ["cdrom", "disk"]


bin/rails test _bootdisk/test/unit/concerns/compute_resources/vmware_test.rb:30

...................

Rails logs for test_0001_should include bootdisk FAILURE:
F

Failure:
ForemanBootdisk::VmwareTest::#capabilities#test_0001_should include bootdisk [/home/lzap/work/foreman_bootdisk/test/unit/concerns/compute_resources/vmware_test.rb:79]:
Expected [:build, :image] to include :bootdisk.


bin/rails test _bootdisk/test/unit/concerns/compute_resources/vmware_test.rb:78

.

Finished in 7.493207s, 7.0731 runs/s, 15.6141 assertions/s.
53 runs, 117 assertions, 3 failures, 0 errors, 0 skips

Bootdisk overrides those attributes and I struggle to understand why it does not work anymore: