Skip to content

Commit 750dd89

Browse files
committed
test: fix order API test
1 parent d601e9f commit 750dd89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/e2e/lms/order.e2e-spec.ts

+2
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ describe('OrderController (e2e)', () => {
113113
txId: null,
114114
paymentMethod: '프로모션 이벤트',
115115
amount: courseProduct.lastSnapshot!.pricing!.amount,
116+
couponTicketId: null,
116117
},
117118
);
118119
if (!response.success) {
@@ -165,6 +166,7 @@ describe('OrderController (e2e)', () => {
165166
txId: null,
166167
paymentMethod: '프로모션 이벤트',
167168
amount: typia.random<Price>(),
169+
couponTicketId: null,
168170
},
169171
);
170172
if (!response.success) {

0 commit comments

Comments
 (0)