Remove leftover print statement (#38163)

This commit is contained in:
Aaron Bach 2020-07-24 08:11:02 -06:00 committed by GitHub
parent 3ff5c17009
commit 5f6bd22f18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
):