Skip to content

Commit 6e81be9

Browse files
authored
env: Remove obsolete TEST environment variables (#8045)
The HTTP recorder in our test suite is no longer a thing, so these environment variables are not used anymore.
1 parent 348c52b commit 6e81be9

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.env.sample

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,3 @@ export GH_CLIENT_SECRET=
7979
# Credentials for connecting to the Sentry error reporting service.
8080
# export SENTRY_DSN_API=
8181
export SENTRY_ENV_API=local
82-
83-
# Credentials and bucket configuration used when running integration tests
84-
# against live S3 servers. These credentials aren't used when running the tests
85-
# normally: they are only used if new HTTP cassettes are being recorded into
86-
# `src/tests/http-data`. See `docs/BACKEND.md` for more information on how this
87-
# works.
88-
#
89-
# If you don't know if you need to set these environment variables, you don't.
90-
# export TEST_S3_BUCKET=crates-test
91-
# export TEST_S3_REGION=http://127.0.0.1:19000
92-
# export TEST_S3_INDEX_BUCKET=crates-index-test
93-
# export TEST_S3_INDEX_REGION=http://127.0.0.1:19000
94-
# export TEST_AWS_ACCESS_KEY=minio
95-
# export TEST_AWS_SECRET_KEY=miniominio

0 commit comments

Comments
 (0)