Skip to content

Commit 5338d5e

Browse files
committed
fix: E2E mock 서버의 RiskItem.input을 RiskAnalyzeRequestBody 필드명으로 수정
1 parent 91122a6 commit 5338d5e

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

e2e/mock-server/server.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,16 @@ const MOCK_RISKS: RiskItem[] = [
9090
id: 'risk-1',
9191
user_id: '1',
9292
created_at: '2026-05-18T14:00:00Z',
93-
input: { spaceType: '아파트', pyeong: 25, companyName: 'A업체' },
93+
input: {
94+
space_type: '아파트',
95+
pyeong: 25,
96+
room_count: 2,
97+
floor: 3,
98+
elevator: true,
99+
region: '서울',
100+
building_age: '10~20년',
101+
company_name: 'A업체',
102+
},
94103
result: { report: MOCK_REPORT },
95104
},
96105
];

0 commit comments

Comments
 (0)