Skip to content

Commit

Permalink
edit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
merit-maita committed Jan 7, 2025
1 parent 2d8dc4d commit 3c2426f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ def invalid_aliases_marketplace(self, content_item):
len(alias_marketplaces) > 2 # marketplaces are xsoar and xsoar.saas
or alias_marketplaces[0] != MarketplaceVersions.XSOAR.value
):
invalid_aliases.append(
f"{item.cli_name} with {alias_marketplaces} and {alias_toversion}"
)
invalid_aliases.append(item.cli_name)
return invalid_aliases

def _get_incident_fields_by_aliases(self, aliases: list[dict]) -> list:
Expand Down

0 comments on commit 3c2426f

Please sign in to comment.