diff --git a/tests/integration/test_github.py b/tests/integration/test_github.py index 39aacd34..eb87921c 100644 --- a/tests/integration/test_github.py +++ b/tests/integration/test_github.py @@ -153,7 +153,7 @@ async def test_get_authenticated_user(self, codecov_vcr): "company": "@codecov ", "blog": "", "location": None, - "email": "thiago@codecov.io", + "email": None, "hireable": None, "bio": None, "twitter_username": None, @@ -205,7 +205,7 @@ async def test_get_authenticated_user_no_refresh_token(self, codecov_vcr): "company": "@codecov ", "blog": "", "location": None, - "email": "thiago@codecov.io", + "email": None, "hireable": None, "bio": None, "twitter_username": None,