Skip to content

Commit 15b7543

Browse files
Update posthog/test/test_before_send.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 0e2f03e commit 15b7543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posthog/test/test_before_send.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def buggy_before_send(event):
118118
self.assertEqual(enqueued_msg["event"], "robust_event")
119119

120120
def test_before_send_callback_works_with_all_event_types(self):
121-
"""Test that before_send works with capture, identify, set, etc."""
121+
"""Test that before_send works with capture, set, etc."""
122122

123123
def add_marker(event):
124124
if "properties" not in event:

0 commit comments

Comments
 (0)