From cb38b1a0f1eeb136559df0c8d75290eb204e508b Mon Sep 17 00:00:00 2001 From: Max Risuhin Date: Wed, 22 Jan 2020 12:19:21 -0800 Subject: [PATCH] Update Google Project credentials to run tests --- tests/remotes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/remotes.py b/tests/remotes.py index 2cf1c19b1b..35876b6768 100644 --- a/tests/remotes.py +++ b/tests/remotes.py @@ -38,9 +38,9 @@ os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = TEST_GCP_CREDS_FILE TEST_GDRIVE_CLIENT_ID = ( - "719861249063-v4an78j9grdtuuuqg3lnm0sugna6v3lh.apps.googleusercontent.com" + "217948389181-rs7it4a635b3qrf8dnmklmoj2kimun9n.apps.googleusercontent.com" ) -TEST_GDRIVE_CLIENT_SECRET = "2fy_HyzSwkxkGzEken7hThXb" +TEST_GDRIVE_CLIENT_SECRET = "LNg9n_cK7bohI8gEHn4bUeMX" always_test = staticmethod(lambda: True)