mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 17:08:30 +01:00
6 lines
160 B
Python
6 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"
|