Fix pushbullet test that break CI (#82744)

pushbullet break ci
This commit is contained in:
G Johansson 2022-11-26 19:01:22 +01:00 committed by GitHub
parent 2fe8e95309
commit 987cf8b9d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -157,11 +157,14 @@ async def test_pushbullet_push_mixed(hass, requests_mock):
)
entry.add_to_hass(hass)
assert await hass.config_entries.async_setup(entry.entry_id)
await hass.async_block_till_done()
data = {
"title": "Test Title",
"message": "Test Message",
"target": ["device/DESKTOP", "email/user@host.net"],
}
await hass.services.async_call(NOTIFY_DOMAIN, "pushbullet", data)
await hass.async_block_till_done()