Skip to content

Commit

Permalink
fix : 기본 프로필 이미지 url 값 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdwnsdnjs13 committed Aug 29, 2024
1 parent 6d05b75 commit 6fd79c5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ class PresignedUrlGeneratorTest {
@BeforeEach
void init() {
ObjectStorageProperties objectStorageProperties =
new ObjectStorageProperties("accessKey", "secretKey", "bucketName");
new ObjectStorageProperties(
"accessKey", "secretKey", "bucketName", "basicProfileImageUrl");
FakeAmazonS3Config amazonS3 = new FakeAmazonS3Config(objectStorageProperties);

FakeTimeUsecase fakeTimeUsecase = new FakeTimeUsecase("2024-07-09 21:00:00");
Expand Down

0 comments on commit 6fd79c5

Please sign in to comment.