Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RulaKhaled committed Jun 7, 2024
1 parent bc23b84 commit 96acf0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/test_github.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ async def test_get_authenticated_user(self, codecov_vcr):
"company": "@codecov ",
"blog": "",
"location": None,
"email": "[email protected]",
"email": None,
"hireable": None,
"bio": None,
"twitter_username": None,
Expand Down Expand Up @@ -205,7 +205,7 @@ async def test_get_authenticated_user_no_refresh_token(self, codecov_vcr):
"company": "@codecov ",
"blog": "",
"location": None,
"email": "[email protected]",
"email": None,
"hireable": None,
"bio": None,
"twitter_username": None,
Expand Down

0 comments on commit 96acf0a

Please sign in to comment.