Skip to content

Commit e2ea8a9

Browse files
committed
fixup! API-11686: Open v3.6 - add new modules
1 parent 7b198b7 commit e2ea8a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

livechat/tests/test_wh_parser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from livechat.webhooks.v33 import WebhookV33, action_to_data_class_mapping_v_33
1010
from livechat.webhooks.v34 import WebhookV34, action_to_data_class_mapping_v_34
1111
from livechat.webhooks.v35 import WebhookV35, action_to_data_class_mapping_v_35
12-
from livechat.webhooks.v36 import WebhookV35, action_to_data_class_mapping_v_36
12+
from livechat.webhooks.v36 import WebhookV36, action_to_data_class_mapping_v_36
1313

1414
# pylint: disable=redefined-outer-name
1515

@@ -40,7 +40,7 @@ def webhook_data_class_and_mapping() -> tuple:
4040
'3.3': (WebhookV33, action_to_data_class_mapping_v_33),
4141
'3.4': (WebhookV34, action_to_data_class_mapping_v_34),
4242
'3.5': (WebhookV35, action_to_data_class_mapping_v_35),
43-
'3.6': (WebhookV35, action_to_data_class_mapping_v_36),
43+
'3.6': (WebhookV36, action_to_data_class_mapping_v_36),
4444
}.get(stable_version)
4545

4646

0 commit comments

Comments
 (0)