mirror of
https://github.com/simple-login/app.git
synced 2024-11-13 07:31:12 +01:00
5 lines
160 B
Python
5 lines
160 B
Python
from email_handler import parse_srs_email
|
|
|
|
|
|
def test_parse_srs_email():
|
|
assert parse_srs_email("srs0=8lgw=y6=outlook.com=abcd@sl.co") == "abcd@outlook.com"
|