Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
nine5two7 committed Nov 4, 2024
1 parent ad3c715 commit a2f33c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/logs_monitoring/tests/test_awslogs_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def test_awslogs_handler_step_functions_tags_added_properly(
}
}
awslogs_handler = AwsLogsHandler(context, metadata, cache_layer)
awslogs_handler.handle(event)
awslogs_handler.handle(eventFromCustomizedLogGroup)
self.assertEqual(
awslogs_handler.metadata[DD_SOURCE], AwsEventSource.STEPFUNCTION.value
)
Expand Down

0 comments on commit a2f33c0

Please sign in to comment.