summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_audit.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_audit.py')
-rw-r--r--Lib/test/test_audit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_audit.py b/Lib/test/test_audit.py
index cd0a4e2..c24c821 100644
--- a/Lib/test/test_audit.py
+++ b/Lib/test/test_audit.py
@@ -209,7 +209,7 @@ class AuditTest(unittest.TestCase):
expected = [
("_thread.start_new_thread", "(<test_func>, (), None)"),
("test.test_func", "()"),
- ("_thread.start_joinable_thread", "(<test_func>,)"),
+ ("_thread.start_joinable_thread", "(<test_func>, 1, None)"),
("test.test_func", "()"),
]