Commit eeb4bfa
UID2-6472: Replace opted-out hash in identityMapBatchBadEmailArgs
The hash eVvLS/Vg+YZ6+z3i0NOpSXYyQAfEXqCZ7BTpAjFUBUc= (SHA256 of
user@example without .com) was opted out in production, causing
testV2IdentityMapUnmapped to fail — the test expects only "abc" to
be unmapped as "invalid identifier", but the opted-out hash also
appeared as unmapped with reason "optout".
Replaced with rYsn2sTT1lRlZerX+4DXZMQ+DfcejOXoMVczcF2jCLM= (SHA256
of uid2.e2e.test.user@uidapi.com) in the email_hash entries of
identityMapBatchBadEmailArgs in both operator and validator TestData.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent e339af0 commit eeb4bfa
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
| 275 | + | |
276 | 276 | | |
277 | | - | |
| 277 | + | |
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
0 commit comments