Skip to content

Commit 0588e61

Browse files
Fix test
1 parent 2946798 commit 0588e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/test_telemetry_oob.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
TEST_RACE_CONDITION_THREAD_COUNT = 2
1111
TEST_RACE_CONDITION_DELAY_SECONDS = 1
1212
telemetry_data = {}
13-
exception = RevocationCheckError("Test OCSP Revocation error")
13+
exception = RevocationCheckError(msg="Test OCSP Revocation error")
1414
event_type = "Test OCSP Exception"
1515
stack_trace = [
1616
"Traceback (most recent call last):\n",

0 commit comments

Comments
 (0)