Commit 05ce4f0
committed
test(django): Use a local case table for the ASGI user identity test
test_user_identity_error_event_data_collection borrowed the shared 6-row
DATA_COLLECTION_USER_INFO_CASES table, 2 rows of which cover send_default_pii
vs. data_collection precedence — already asserted by the WSGI tests in
test_data_scrubbing.py. Replace it with a local 4-row table covering the
branches asgi.py actually takes: pii on/off crossed with data_collection
user_info on/off.1 parent d4e7586 commit 05ce4f0
1 file changed
Lines changed: 21 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
1046 | 1045 | | |
1047 | 1046 | | |
1048 | 1047 | | |
1049 | | - | |
| 1048 | + | |
| 1049 | + | |
| 1050 | + | |
| 1051 | + | |
| 1052 | + | |
| 1053 | + | |
| 1054 | + | |
| 1055 | + | |
| 1056 | + | |
| 1057 | + | |
| 1058 | + | |
| 1059 | + | |
| 1060 | + | |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
| 1064 | + | |
| 1065 | + | |
| 1066 | + | |
| 1067 | + | |
| 1068 | + | |
1050 | 1069 | | |
1051 | 1070 | | |
1052 | 1071 | | |
| |||
0 commit comments