Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Pirkl <[email protected]>
  • Loading branch information
Shmuma and kaklakariada authored Nov 10, 2023
1 parent affc9b2 commit aa1a3c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class S3BucketTest extends AbstractBucketTest {
assertConfigurationProperties(bucket, configMappings - "fs.s3a.session.token")
}

test(testName = "apply return specific credentials provider for public access configuration") {
test(testName = "apply returns specific credentials provider for public access configuration") {
val exaMetadata = mockConnectionInfo("access", "S3_ACCESS_KEY=;S3_SECRET_KEY=")
val bucket = getBucket(defaultProperties, exaMetadata)
assert(
Expand Down

0 comments on commit aa1a3c7

Please sign in to comment.