This is an automated email from the ASF dual-hosted git repository.
mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new 69578d09b Set contentCount values to 0
69578d09b is described below
commit 69578d09b2b9a200c5852992cde1baa8b34c2c49
Author: Matthew de Detrich <[email protected]>
AuthorDate: Wed Apr 19 15:23:31 2023 +0200
Set contentCount values to 0
---
.../pekko/stream/connectors/s3/scaladsl/S3IntegrationSpec.scala | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git
a/s3/src/test/scala/org/apache/pekko/stream/connectors/s3/scaladsl/S3IntegrationSpec.scala
b/s3/src/test/scala/org/apache/pekko/stream/connectors/s3/scaladsl/S3IntegrationSpec.scala
index b57f15699..21259e275 100644
---
a/s3/src/test/scala/org/apache/pekko/stream/connectors/s3/scaladsl/S3IntegrationSpec.scala
+++
b/s3/src/test/scala/org/apache/pekko/stream/connectors/s3/scaladsl/S3IntegrationSpec.scala
@@ -100,8 +100,8 @@ trait S3IntegrationSpec
_.withCredentialsProvider(
StaticCredentialsProvider.create(AwsBasicCredentials.create("invalid",
"invalid"))))
- def defaultRegionContentCount = 4
- def otherRegionContentCount = 5
+ def defaultRegionContentCount = 0
+ def otherRegionContentCount = 0
it should "list buckets in current aws account" in {
val result = for {
@@ -1044,9 +1044,6 @@ class MinioS3IntegrationSpec
with S3IntegrationSpec
with MinioS3Test {
- override val defaultRegionContentCount = 0
- override val otherRegionContentCount = 0
-
override lazy val defaultS3Settings: S3Settings = s3Settings
.withS3RegionProvider(
new AwsRegionProvider {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]