Skip to content

Commit

Permalink
Fix typo in gmail test connector (#981)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremi authored Jan 24, 2024
1 parent 3a6712e commit d07647c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def test_fetch_mails_from_gmail(mocker: MockFixture) -> None:
email_recipient = "test.mail@gmail.com"
mock_discovery.build.return_value.users.return_value.messages.return_value.list.return_value.execute.return_value = {
"messages": [{"id": email_id, "threadId": email_id}],
"nextP`ageToken": "14473313008248105741",
"nextPageToken": "14473313008248105741",
"resultSizeEstimate": 201,
}
mock_discovery.build.return_value.users.return_value.messages.return_value.get.return_value.execute.return_value = {
Expand Down

1 comment on commit d07647c

@vercel
Copy link

@vercel vercel bot commented on d07647c Jan 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.