Skip to content

Commit 0ead3d9

Browse files
committed
Fix broken test
1 parent 4a81d41 commit 0ead3d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/tests/shared_internal/test_batch_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def test_telemetry_flushed_before_shutdown_and_dropped_after_shutdown(
116116
assert batch_processor._batch_processor._shutdown is True
117117

118118
# This should not be flushed.
119-
batch_processor.emit(telemetry)
119+
batch_processor._batch_processor.emit(telemetry)
120120
exporter.export.assert_called_once()
121121

122122
# pylint: disable=no-self-use

0 commit comments

Comments
 (0)