Add event entity to Feedreader (#118147)
This commit is contained in:
parent
f126360c67
commit
0558e480ce
14 changed files with 332 additions and 124 deletions
|
@ -296,7 +296,7 @@ async def test_feed_errors(
|
|||
async_fire_time_changed(hass)
|
||||
await hass.async_block_till_done(wait_background_tasks=True)
|
||||
assert (
|
||||
"Error fetching feed data from http://some.rss.local/rss_feed.xml: <urlopen error Test>"
|
||||
"Error fetching feed data from http://some.rss.local/rss_feed.xml : <urlopen error Test>"
|
||||
in caplog.text
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue