spelling: components/apns (#64269)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
7a7b2a839b
commit
b72c393dc7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue