Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyMoses committed Dec 7, 2023
1 parent 57d7600 commit a75f527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/unit/instrumentations/botocore/test_parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def test_parse_sqs_response_skipping_empty_polls_outputs_log(
}
}

with caplog.at_level(logging.INFO):
with caplog.at_level(logging.DEBUG):
SqsParser.parse_response(span, service_name, operation_name, result)

assert "not tracing empty sqs polling requests" in caplog.text.lower()
Expand Down

0 comments on commit a75f527

Please sign in to comment.