(original_email, reason)
| 109 | assert refresh_from is not None |
| 110 | |
| 111 | def handle_unmapped(original_email, reason): |
| 112 | assert original_email is not None |
| 113 | assert reason is not None |
| 114 | |
| 115 | # V3: Process array-indexed responses |
| 116 | for index, item in enumerate(response['body']['email']): |
no outgoing calls
no test coverage detected