forked from home-assistant/core
Update test_http.py
This commit is contained in:
@@ -61,7 +61,7 @@ def test_forward_request_no_auth_for_panel(hassio_client, build_type):
|
|||||||
'_create_response') as mresp:
|
'_create_response') as mresp:
|
||||||
mresp.return_value = 'response'
|
mresp.return_value = 'response'
|
||||||
resp = yield from hassio_client.get(
|
resp = yield from hassio_client.get(
|
||||||
'/api/hassio/app-{}'.format(build_type))
|
'/api/hassio/{}'.format(build_type))
|
||||||
|
|
||||||
# Check we got right response
|
# Check we got right response
|
||||||
assert resp.status == 200
|
assert resp.status == 200
|
||||||
|
Reference in New Issue
Block a user