Remove leftover print statement (#38163)
This commit is contained in:
parent
3ff5c17009
commit
5f6bd22f18
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ async def test_invalid_credentials(hass):
|
|||
"""Test that invalid credentials throws an error."""
|
||||
conf = {CONF_USERNAME: "user@email.com", CONF_PASSWORD: "password"}
|
||||
|
||||
print("AARON")
|
||||
with patch(
|
||||
"simplipy.API.login_via_credentials", side_effect=InvalidCredentialsError,
|
||||
):
|
||||
|
|
Loading…
Add table
Reference in a new issue