Skip to content

Commit

Permalink
Deleted comments
Browse files Browse the repository at this point in the history
  • Loading branch information
anas-yousef committed Apr 9, 2024
1 parent 00d4565 commit 8b9755e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions demisto_sdk/tests/validate_content_path_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ def test_xsiam_report_file_valid():
),
)
def test_xsiam_report_file_invalid(file_prefix: str, suffix: str):
"""
The first test fails since the report name does not start with the pack's name
The second one fails since the extension is incorrect (should be .json)
"""
pack_name = "myPack"
pack_path = Path("content", "Packs", pack_name)
with pytest.raises(InvalidXSIAMReportFileName):
Expand Down

0 comments on commit 8b9755e

Please sign in to comment.