Commit 8a0222f
committed
Fix ContactCreatedTrigger test failing after email normalization
The recent email normalization change (6343616) converts all emails to
lowercase when stored in the database. The test was using a mixed-case
email (containing shortuuid characters) but looking up timeline events
with the original case, causing a mismatch.
The fix normalizes the email variable after creating the contact, ensuring
all subsequent lookups use the lowercase version that matches the database.1 parent 6343616 commit 8a0222f
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2620 | 2620 | | |
2621 | 2621 | | |
2622 | 2622 | | |
| 2623 | + | |
| 2624 | + | |
2623 | 2625 | | |
2624 | 2626 | | |
2625 | 2627 | | |
| |||
0 commit comments