Skip to content

Commit

Permalink
pc
Browse files Browse the repository at this point in the history
  • Loading branch information
MLainer1 committed Jun 20, 2024
1 parent ba0252f commit 37a0891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demisto_sdk/commands/validate/tests/RP_validatiors_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def test_DetailsFieldEqualsIdValidator_is_valid():
]
expected_msgs = [
"id and details fields are not equal. id=test-not-equal, details=test"
]
]
results = DetailsFieldEqualsIdValidator().is_valid(content_items)
assert len(results) == 1
assert all(
Expand Down

0 comments on commit 37a0891

Please sign in to comment.