mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +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)
|
@pytest.fixture(scope="module", autouse=True)
|
||||||
def mock_apns_notify_open():
|
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):
|
with patch("homeassistant.components.apns.notify.open", mock_open(), create=True):
|
||||||
yield
|
yield
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user