Skip to content

Commit 9240d6e

Browse files
committed
Update docs for gcs tests
1 parent 918e36d commit 9240d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,4 +359,4 @@ In order to access to GCS, authentication credentials should be provided. More i
359359

360360
#### GCS Testing
361361

362-
The tests for `get_gcs.go` require you to have GCP credentials in the HashiCorp organization, because they reach out to a bucket owned by HashiCorp. Because of this, `get_gcs_test.go` will fail for external contributors. The CircleCI environment has the appropriate access to successfully run tests.
362+
The tests for `get_gcs.go` require you to have GCP credentials set in your environment. These credentials can have any level of permissions to any project, they just need to exist. This means setting `GOOGLE_APPLICATION_CREDENTIALS="~/path/to/credentials.json"` or `GOOGLE_CREDENTIALS="{stringified-credentials-json}"`. Due to this configuration, `get_gcs_test.go` will fail for external contributors in CircleCI.

0 commit comments

Comments
 (0)