Skip to content

Commit

Permalink
UT fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cyble-dev committed Jul 1, 2022
1 parent da43df7 commit 9ead1ed
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -331,7 +331,7 @@ def main():

LOG(f'Command being called is {demisto.command()}')
try:
if params.get('initial_interval') and int(params.get('initial_interval')) > 7:
if params.get('initial_interval') and int(params.get('initial_interval')) > 7: # type: ignore
raise ValueError(
f"Retroactive timeline should be within 7 days, given value: {params.get('initial_interval')}")

Expand Down

0 comments on commit 9ead1ed

Please sign in to comment.