From 3dbc2c7391dcba53891cbb74c5d592c07610ae43 Mon Sep 17 00:00:00 2001 From: manas-metron Date: Wed, 3 Apr 2024 16:30:59 +0530 Subject: [PATCH] fix : update old unit tests. --- Packs/Devo/Integrations/Devo_v2/Devo_v2_test.py | 4 ++-- Packs/Devo/pack_metadata.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Packs/Devo/Integrations/Devo_v2/Devo_v2_test.py b/Packs/Devo/Integrations/Devo_v2/Devo_v2_test.py index e294c3c424e4..3b054c7f2473 100644 --- a/Packs/Devo/Integrations/Devo_v2/Devo_v2_test.py +++ b/Packs/Devo/Integrations/Devo_v2/Devo_v2_test.py @@ -518,8 +518,8 @@ def test_multi_query( @patch("Devo_v2.concurrent.futures.wait") @patch("Devo_v2.concurrent.futures.ThreadPoolExecutor.submit") @patch("Devo_v2.demisto.args") -@patch("Devo_v2.ds.Reader.query") -@patch("Devo_v2.ds.Reader") +@patch("Devo_v2.Client.query") +@patch("Devo_v2.Client") @patch("Devo_v2.get_types") def test_multi_query_negative_items( mock_query_types, diff --git a/Packs/Devo/pack_metadata.json b/Packs/Devo/pack_metadata.json index 9aa11a256d7f..63d840912622 100644 --- a/Packs/Devo/pack_metadata.json +++ b/Packs/Devo/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Devo", "description": "Use the Devo integration to query Devo for alerts, lookup tables, and to write to lookup tables.", "support": "partner", - "currentVersion": "1.3.1", + "currentVersion": "1.3.2", "author": "Devo", "url": "https://www.devo.com", "email": "support@devo.com",