1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Refactor Netatmo tests (#48277)

This commit is contained in:
Tobias Sauerwein
2021-03-26 11:13:27 +01:00
committed by GitHub
parent 4fbc3da196
commit 1ba54ac2bb
5 changed files with 41 additions and 138 deletions

View File

@@ -31,6 +31,10 @@ COMMON_RESPONSE = {
TEST_TIME = 1559347200.0
FAKE_WEBHOOK_ACTIVATION = {
"push_type": "webhook_activation",
}
def fake_post_request(**args):
"""Return fake data."""