Skip to content

Commit

Permalink
style(#3343): Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Facundo Dalmau <[email protected]>
  • Loading branch information
nico-stefani and fdalmaup authored Feb 2, 2023
1 parent 26fb116 commit 368d5e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def get_data_sample(self) -> str:
"""Return a sample of data according to the cloudtrail format.
Returns:
ste: Syntetic data.
str: Syntetic data.
"""
return json.dumps({
'Records': [
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/test_aws/test_discard_regex.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ def test_discard_regex(
timeout=T_20,
callback=event_monitor.callback_detect_event_processed_or_skipped(pattern),
error_message=(
'The AWS module did not show correct message about discard regex or ',
'did not process the expected amout of logs'
'The AWS module did not show the correct message about discard regex or ',
'did not process the expected amount of logs'
),
accum_results=found_logs + skipped_logs
).result()
Expand Down

0 comments on commit 368d5e3

Please sign in to comment.