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 4da2a61 commit 58e2036Copy full SHA for 58e2036
test/unit/test_telemetry_oob.py
@@ -54,7 +54,7 @@ def telemetry_setup(request):
54
def test_telemetry_oob_simple_flush(telemetry_setup, caplog):
55
"""Tests capturing and sending a simple OCSP Exception message."""
56
telemetry = TelemetryService.get_instance()
57
-
+ telemetry.flush() # clear the buffer first
58
telemetry.log_ocsp_exception(
59
event_type, telemetry_data, exception=exception, stack_trace=stack_trace
60
)
0 commit comments