diff --git a/doc/release-notes/6783-s3-tests.md b/doc/release-notes/6783-s3-tests.md index 1febb87aaed..1b9bb400cc6 100644 --- a/doc/release-notes/6783-s3-tests.md +++ b/doc/release-notes/6783-s3-tests.md @@ -1,3 +1,3 @@ -Developers can now test S3 locally by using the Dockerized development environment, which now includes both LocalStack and MinIO. See S3AccessIT which executes API (end to end) tests. +Developers can now test S3 locally by using the Dockerized development environment, which now includes both LocalStack and MinIO. API (end to end) tests are in S3AccessIT. -In addition, a new integration test test class (not an API test, the new kind launched with `mvn verify`) has been added at S3AccessIOLocalstackIT. It uses Testcontainers to spin up Localstack for S3 testing and does not require Dataverse to be running. +In addition, a new integration test class (not an API test, the new Testcontainers-based test launched with `mvn verify`) has been added at S3AccessIOLocalstackIT. It uses Testcontainers to spin up Localstack for S3 testing and does not require Dataverse to be running.