Skip to content

Commit

Permalink
chore: 리소스 버킷 이름 변경에 따른 테스트 코드 수정
Browse files Browse the repository at this point in the history
- 버킷 이름은 properties 값으로 관리하는데, 상수로도 관리하여 중복이 발생한다.
추후 중복 제거 필요
  • Loading branch information
wonu606 committed Feb 20, 2024
1 parent e9e5cfb commit 359d053
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@SpringBootTest(webEnvironment = NONE)
class ProfileImageServiceTest {

private static final String BUCKET_NAME = "team09-resources-bucket";
private static final String BUCKET_NAME = "studay-resources-bucket";

@Autowired
private ProfileImageService service;
Expand Down Expand Up @@ -87,4 +87,4 @@ private static class MultipartFileData {
MockMultipartFile file = new MockMultipartFile(fileName, originFilename, contentType, content);
}

}
}

0 comments on commit 359d053

Please sign in to comment.