From 189b99de7a08e7a5f22867b30c1cfd2969031af4 Mon Sep 17 00:00:00 2001 From: Raman Gupta <7243222+raman325@users.noreply.github.com> Date: Sun, 15 Oct 2023 19:45:46 -0400 Subject: [PATCH] tricky tricky --- test/test_client.py | 2 +- test/test_dump.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_client.py b/test/test_client.py index e6d8fd6ff..3510b5452 100644 --- a/test/test_client.py +++ b/test/test_client.py @@ -457,7 +457,7 @@ async def test_additional_user_agent_components(client_session, url): { "command": "initialize", "messageId": "initialize", - "schemaVersion": 32, + "schemaVersion": 33, "additionalUserAgentComponents": { "zwave-js-server-python": __version__, "foo": "bar", diff --git a/test/test_dump.py b/test/test_dump.py index fc4e9f7a5..d5f4ccc78 100644 --- a/test/test_dump.py +++ b/test/test_dump.py @@ -105,7 +105,7 @@ async def test_dump_additional_user_agent_components( { "command": "initialize", "messageId": "initialize", - "schemaVersion": 32, + "schemaVersion": 33, "additionalUserAgentComponents": { "zwave-js-server-python": __version__, "foo": "bar",