Skip to content

Commit

Permalink
#221 fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
max402 committed Sep 17, 2024
1 parent 4bc43fc commit a6df36c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,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 @@ -136,9 +136,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 a6df36c

Please sign in to comment.