From 2d7bd7572bb0fb0ea7a1f854e34a51ae97d24988 Mon Sep 17 00:00:00 2001 From: drc38 <20024196+drc38@users.noreply.github.com> Date: Fri, 20 Oct 2023 11:42:24 +1300 Subject: [PATCH] fix linting --- tests/v16/conftest.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/v16/conftest.py b/tests/v16/conftest.py index 41c4eb290..70faecd45 100644 --- a/tests/v16/conftest.py +++ b/tests/v16/conftest.py @@ -16,10 +16,12 @@ def heartbeat_call(): return Call(unique_id=1, action=Action.Heartbeat, payload={}).to_json() + @pytest.fixture def notsupported_call(): return Call(unique_id=1, action="InvalidAction", payload={}).to_json() + @pytest.fixture def boot_notification_call(): return Call(