Skip to content

Commit

Permalink
Fix opentelemetry redis batch test
Browse files Browse the repository at this point in the history
  • Loading branch information
draincoder committed May 18, 2024
1 parent cdadb45 commit 19f4f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/opentelemetry/redis/test_redis.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ async def handler(m):

metrics = self.get_metrics(metric_reader)
spans = self.get_spans(trace_exporter)
_, publish, _, process = spans
_, publish, process = spans

assert (
publish.attributes[SpanAttr.MESSAGING_BATCH_MESSAGE_COUNT]
Expand Down

0 comments on commit 19f4f05

Please sign in to comment.