Merge pull request #3458 from onyx-dot-app/bugfix/connector_tests

test changing back emails
This commit is contained in:
rkuo-danswer 2024-12-13 20:30:55 -08:00 committed by GitHub
commit 12c426c87b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ GOOGLE_SCOPES = {
"https://www.googleapis.com/auth/admin.directory.user.readonly",
],
DocumentSource.GMAIL: [
"https://www.googleapis.com/auth/gmail.readonfromly",
"https://www.googleapis.com/auth/gmail.readonly",
"https://www.googleapis.com/auth/admin.directory.user.readonly",
"https://www.googleapis.com/auth/admin.directory.group.readonly",
],