Skip to content

Commit

Permalink
test: 테스트 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hong-sile committed Oct 10, 2023
1 parent c720024 commit 6a75fbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ void deleteImages_success() {
@DisplayName("convertImageUrl(): 이미지 이름을 imageUrl로 바꾼다.")
void convertImageUrl() {
final String imageName = "image.png";
final String expected = "Test/image.png";
final String expected = CLOUD_FRONT_PREFIX + "/image.png";

final String actual = s3Client.convertImageUrl(imageName);

Expand Down

0 comments on commit 6a75fbb

Please sign in to comment.