From 96acf0a9af82976da095ffc58e806e118d1a310a Mon Sep 17 00:00:00 2001 From: Rula Abu Hasna Date: Fri, 7 Jun 2024 15:52:56 +0200 Subject: [PATCH] Update tests --- tests/integration/test_github.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,