Skip to content

Commit

Permalink
fix: DetailResponse에서 imageUrl 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
amaran-th committed Oct 6, 2023
1 parent dedb574 commit c93bc5d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ void test_publish_event() throws Exception {
new TagRequest(안드로이드().getName()),
new TagRequest(백엔드().getName())
), // Assuming you don't have a direct TagRequest list from Event.
"https://image.url",
EventType.CONFERENCE,
EventMode.ON_OFFLINE,
PaymentType.FREE_PAID,
Expand Down Expand Up @@ -116,7 +115,6 @@ void test_publish_event_no_notification_event_has_no_interest_tag() throws Excep
List.of(
new TagRequest(IOS().getName())
), // Assuming you don't have a direct TagRequest list from Event.
"https://image.url",
EventType.CONFERENCE,
EventMode.ON_OFFLINE,
PaymentType.FREE_PAID,
Expand Down Expand Up @@ -151,7 +149,6 @@ void test_publish_event_no_notification_member_has_no_interest_tag() throws Exce
List.of(
new TagRequest(IOS().getName())
), // Assuming you don't have a direct TagRequest list from Event.
"https://image.url",
EventType.CONFERENCE,
EventMode.ON_OFFLINE,
PaymentType.FREE_PAID,
Expand Down

0 comments on commit c93bc5d

Please sign in to comment.