Skip to content

Commit e40c741

Browse files
#448 - test: fix destruction list make final mock response
1 parent 3e0e5e4 commit e40c741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/.storybook/mockData.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const MOCKS = {
1515
url: "http://localhost:8000/api/v1/destruction-lists/00000000-0000-0000-0000-000000000000/make_final",
1616
method: "POST",
1717
status: 201,
18-
response: undefined,
18+
response: {},
1919
},
2020
DESTRUCTION_LIST_CO_REVIEWERS: {
2121
url: "http://localhost:8000/api/v1/destruction-lists/00000000-0000-0000-0000-000000000000/co-reviewers/",

0 commit comments

Comments
 (0)