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 2946798 commit 0588e61Copy full SHA for 0588e61
test/unit/test_telemetry_oob.py
@@ -10,7 +10,7 @@
10
TEST_RACE_CONDITION_THREAD_COUNT = 2
11
TEST_RACE_CONDITION_DELAY_SECONDS = 1
12
telemetry_data = {}
13
-exception = RevocationCheckError("Test OCSP Revocation error")
+exception = RevocationCheckError(msg="Test OCSP Revocation error")
14
event_type = "Test OCSP Exception"
15
stack_trace = [
16
"Traceback (most recent call last):\n",
0 commit comments