Skip to content

Commit

Permalink
#221 fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
max402 committed Oct 7, 2024
1 parent 8591f8f commit 83beb59
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ void testMultiUserStorageUserSetup() {
// static client that will be used to access `directory` bucket:
StorageService directoryStorage = new S3StorageService(
directoryClient,
DIRECTORY_BUCKET.getBucketName(),
REGION,
DIRECTORY_BUCKET.getBucketName(),
EXECUTOR
);

Expand Down Expand Up @@ -134,9 +134,9 @@ void testMultiUserStorageUserSetup() {
acc.getAccessKey(),
acc.getSecretKey()
),
acc.getRegion(),
// Bucket name is encoded in first path segment
acc.getBucketName(),
acc.getRegion(),
EXECUTOR
)
)
Expand Down

0 comments on commit 83beb59

Please sign in to comment.