We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd1801 commit a7a0ae9Copy full SHA for a7a0ae9
pydrive2/test/test_oauth.py
@@ -157,7 +157,7 @@ def test_10_ServiceAuthFromSavedCredentialsDictionary():
157
def test_11_ServiceAuthFromJsonNoCredentialsSaving():
158
client_json = os.environ[GDRIVE_USER_CREDENTIALS_DATA]
159
settings = {
160
- "client_config_backend": "service",
+ "client_config_backend": "settings",
161
"service_config": {
162
"client_json": client_json,
163
},
@@ -174,7 +174,7 @@ def test_11_ServiceAuthFromJsonNoCredentialsSaving():
174
def test_12_ServiceAuthFromJsonDictNoCredentialsSaving():
175
client_json_dict = json.loads(os.environ[GDRIVE_USER_CREDENTIALS_DATA])
176
177
178
179
"client_json_dict": client_json_dict,
180
0 commit comments