This repository was archived by the owner on Aug 13, 2024. It is now read-only.

Description
adding ENS name as saved address triggers additional search on background, so right now it fails
lets handle the test in 2 separate ones, one test for adding ethereum address and second test - for ENS name
,
pytest.param(
''.join(random.choices(string.ascii_letters, k=24)),
'nastya.stateofus.eth',
''.join(random.choices(string.ascii_letters, k=24)))