Skip to content

Commit

Permalink
fix : update old unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
manas-metron committed Apr 3, 2024
1 parent 0facaaa commit 3dbc2c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Packs/Devo/Integrations/Devo_v2/Devo_v2_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion Packs/Devo/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]",
Expand Down

0 comments on commit 3dbc2c7

Please sign in to comment.