We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee05924 commit 5ec2a9dCopy full SHA for 5ec2a9d
lambdas/ack_backend/tests/test_splunk_logging.py
@@ -62,7 +62,7 @@ def run(self, result=None):
62
# The logging_decorator.logger is patched individually in each test to allow for assertions to be made.
63
# Any uses of the logger in other files will confound the tests and should be patched here.
64
patch("update_ack_file.logger"),
65
- patch("common.utils.logger"),
+ patch("common.aws_s3_utils.logger"),
66
# Time is incremented by 1.0 for each call to time.time for ease of testing.
67
# Range is set to a large number (300) due to many calls being made to time.time for some tests.
68
patch(
0 commit comments