Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mbruzda-splunk committed Aug 2, 2023
1 parent 542d149 commit dc1ed90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def compare_against_known_failures(response_json: Dict[str, Any], exceptions_fil
compare_failures(failures, expected_failures)
except AppinspectFailures:
logging.error(
"Appinspect failures doesn't match appinspect.expect file, check for exceptions file"
"Appinspect failures don't match appinspect.expect file, check for exceptions file"
)
sys.exit(1)
else:
Expand Down

0 comments on commit dc1ed90

Please sign in to comment.