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)