Skip to content

Commit

Permalink
Update auth mode
Browse files Browse the repository at this point in the history
  • Loading branch information
aazuspan committed Mar 7, 2024
1 parent 5d0e255 commit 8b065c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import ee

ee.Authenticate(auth_mode="gcloud-legacy", quiet=True)
ee.Authenticate(auth_mode="localhost", quiet=True)
ee.Initialize()

0 comments on commit 8b065c9

Please sign in to comment.