Skip to content

Commit bbb3a83

Browse files
authored
Merge pull request #3216 from MaxRis/3157
Update Google Project credentials to run tests
2 parents 1a7eb8f + cb38b1a commit bbb3a83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/remotes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = TEST_GCP_CREDS_FILE
3939

4040
TEST_GDRIVE_CLIENT_ID = (
41-
"719861249063-v4an78j9grdtuuuqg3lnm0sugna6v3lh.apps.googleusercontent.com"
41+
"217948389181-rs7it4a635b3qrf8dnmklmoj2kimun9n.apps.googleusercontent.com"
4242
)
43-
TEST_GDRIVE_CLIENT_SECRET = "2fy_HyzSwkxkGzEken7hThXb"
43+
TEST_GDRIVE_CLIENT_SECRET = "LNg9n_cK7bohI8gEHn4bUeMX"
4444

4545
always_test = staticmethod(lambda: True)
4646

0 commit comments

Comments
 (0)