mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 18:27:09 +00:00
Remove leftover print statement (#38163)
This commit is contained in:
parent
3ff5c17009
commit
5f6bd22f18
@ -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