Skip to content

Commit

Permalink
test(z2m_test): add test case for #136
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviml committed Sep 19, 2020
1 parent 5d95e55 commit a6f45cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cx_core/integration/z2m_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
({}, None, False, Any),
({"payload": '{"action": "action_1"}'}, None, True, "action_1"),
({"payload": '{"event_1": "action_1"}'}, "event_2", False, Any),
({"payload": '{"action_rate": 195}'}, "action", False, Any),
],
)
@pytest.mark.asyncio
Expand Down

0 comments on commit a6f45cd

Please sign in to comment.