Skip to content

Commit 0d0dc86

Browse files
committed
fix: remove comments
1 parent 0731af5 commit 0d0dc86

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

posthog/test/test_exception_capture.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ def process_data():
9696
assert b"'my_number': 42" in output
9797
assert b"'my_bool': 'True'" in output
9898
assert b'"my_dict": "{\\"name\\": \\"test\\", \\"value\\": 123}"' in output
99-
# With repr() fallback, objects without custom __repr__ show full repr including module and memory address
10099
assert b"<__main__.UnserializableObject object at" in output
101100
assert b"'my_password': '$$_posthog_redacted_based_on_masking_rules_$$'" in output
102101
assert b"'__should_be_ignored':" not in output
@@ -336,7 +335,6 @@ def process_data():
336335

337336

338337
def test_code_variables_repr_fallback(tmpdir):
339-
"""Test that repr() is used for variables that can't be JSON-serialized but can be repr'd"""
340338
app = tmpdir.join("app.py")
341339
app.write(
342340
dedent(

0 commit comments

Comments
 (0)