spelling: components/apns (#64269)

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-01-17 09:26:21 -05:00 committed by GitHub
parent 7a7b2a839b
commit b72c393dc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ CONFIG = {
@pytest.fixture(scope="module", autouse=True)
def mock_apns_notify_open():
"""Mock builtins.open for apns.notfiy."""
"""Mock builtins.open for apns.notify."""
with patch("homeassistant.components.apns.notify.open", mock_open(), create=True):
yield