File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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
338337def 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 (
You can’t perform that action at this time.
0 commit comments