mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Spelling fixes (#12041)
* Spelling fixes *Lots* of them. * Spelling breaking changes * Fix lint errors
This commit is contained in:
committed by
Fabian Affolter
parent
38fd9b65bf
commit
8dcfd35b8b
@@ -25,7 +25,7 @@ def mock_http_client(loop, hass, test_client):
|
||||
|
||||
|
||||
@asyncio.coroutine
|
||||
def test_get_noexistant_feed(mock_http_client):
|
||||
def test_get_nonexistant_feed(mock_http_client):
|
||||
"""Test if we can retrieve the correct rss feed."""
|
||||
resp = yield from mock_http_client.get('/api/rss_template/otherfeed')
|
||||
assert resp.status == 404
|
||||
|
||||
Reference in New Issue
Block a user