Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
yucohen committed Jun 2, 2024
1 parent 91b75b2 commit 70fa28d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .changelog/4240.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
changes:
- description: Added support for new XSIAM content items.
type: feature
pr_number: 4240
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 70fa28d

Please sign in to comment.