Skip to content

Commit

Permalink
pre commit
Browse files Browse the repository at this point in the history
  • Loading branch information
YairGlik committed Apr 4, 2024
1 parent 3de7256 commit 56d3d62
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions demisto_sdk/commands/validate/tests/BA_validators_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1877,18 +1877,14 @@ def test_IsContentItemNameContainTrailingSpacesValidator_fix(
[
pytest.param(
[
create_integration_object(
name="invalid_integration_name"
),
create_integration_object(name="invalid_integration_name"),
],
"The folder name 'invalid_integration_name' should be without any separator.",
id="an invalid integration name",
),
pytest.param(
[
create_integration_object(
name="invalidIntegrationName"
),
create_integration_object(name="invalidIntegrationName"),
],
"",
id="a valid integration name.",
Expand Down

0 comments on commit 56d3d62

Please sign in to comment.