mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 00:27:19 +00:00
Remove leftover print statement (#38163)
This commit is contained in:
parent
ad74d42b15
commit
bbf36d1a36
@ -47,7 +47,6 @@ async def test_invalid_credentials(hass):
|
|||||||
"""Test that invalid credentials throws an error."""
|
"""Test that invalid credentials throws an error."""
|
||||||
conf = {CONF_USERNAME: "user@email.com", CONF_PASSWORD: "password"}
|
conf = {CONF_USERNAME: "user@email.com", CONF_PASSWORD: "password"}
|
||||||
|
|
||||||
print("AARON")
|
|
||||||
with patch(
|
with patch(
|
||||||
"simplipy.API.login_via_credentials", side_effect=InvalidCredentialsError,
|
"simplipy.API.login_via_credentials", side_effect=InvalidCredentialsError,
|
||||||
):
|
):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user