From 70fa28dfa8bd3188826d2df4f8359d533e417efa Mon Sep 17 00:00:00 2001 From: yucohen Date: Sun, 2 Jun 2024 16:09:50 +0300 Subject: [PATCH] changelog --- .changelog/4240.yml | 4 ++++ .../commands/content_graph/tests/parsers_and_models_test.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .changelog/4240.yml diff --git a/.changelog/4240.yml b/.changelog/4240.yml new file mode 100644 index 0000000000..d32e08e162 --- /dev/null +++ b/.changelog/4240.yml @@ -0,0 +1,4 @@ +changes: +- description: Added support for new XSIAM content items. + type: feature +pr_number: 4240 \ No newline at end of file diff --git a/demisto_sdk/commands/content_graph/tests/parsers_and_models_test.py b/demisto_sdk/commands/content_graph/tests/parsers_and_models_test.py index 768195e805..32574aa33a 100644 --- a/demisto_sdk/commands/content_graph/tests/parsers_and_models_test.py +++ b/demisto_sdk/commands/content_graph/tests/parsers_and_models_test.py @@ -2652,7 +2652,7 @@ def test_layout_match_fails_on_other_content_types(self, mocker, git_repo): - Ensure ValueError is raised. """ from demisto_sdk.commands.content_graph.common import ContentType - from demisto_sdk.commands.content_graph.objects import CaseLayout, Layout + from demisto_sdk.commands.content_graph.objects import Layout layout_json_str = "layout.json" layout_json_path = git_repo.path / Path(layout_json_str)