Fix discovery tests to accommodate changes in discovery registration#19473
Fix discovery tests to accommodate changes in discovery registration#19473jlaur merged 1 commit intoopenhab:mainfrom
Conversation
Signed-off-by: Ravi Nadahar <nadahar@rediffmail.com>
|
The changes to MQTT HomeAssistant don't seem to be directly related to openhab/openhab-core#5032, and as far as I can understand, the test must have been failing also in the past, if assertions were enabled. I replaced @jlaur FYI |
|
@lsiepel I think this one should be good too. |
After the changes to Core in openhab/openhab-core#5032, some add-on tests failed because the timing of the registration process changed.
Some were taken care of in #19230, some will be fixed by #19471, some are yet to be fixed and were disabled and some seem to have slipped by unnoticed.
This addresses those that slipped by.