Remove leftover print statement (#38163)

This commit is contained in:
Aaron Bach 2020-07-24 08:11:02 -06:00 committed by Franck Nijhof
parent ad74d42b15
commit bbf36d1a36
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

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