def test_get_random_avatar(): avatar = get_random_avatar() assert isinstance(avatar, File) assert re.match(r"avatar\d+.png", avatar.name)