mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
spelling: components/apns (#64269)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
7a7b2a839b
commit
b72c393dc7
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user