From a6f45cdb748c534d2ffcc633192085e03a9d3e75 Mon Sep 17 00:00:00 2001 From: Xavier Moreno Date: Sat, 19 Sep 2020 21:55:12 +0200 Subject: [PATCH] test(z2m_test): add test case for #136 --- tests/cx_core/integration/z2m_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/cx_core/integration/z2m_test.py b/tests/cx_core/integration/z2m_test.py index 821ef7dc..373545d6 100644 --- a/tests/cx_core/integration/z2m_test.py +++ b/tests/cx_core/integration/z2m_test.py @@ -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