Skip to content

Commit 5192444

Browse files
🤡 #187 - test: add mock for make_final endpoint on destruction list detail stories
1 parent 5e8c842 commit 5192444

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

frontend/src/pages/destructionlist/detail/DestructionListDetail.stories.tsx

+6
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ const meta: Meta<typeof DestructionListDetailPage> = {
4646
},
4747
],
4848
},
49+
{
50+
url: "http://localhost:8000/api/v1/destruction-lists/00000000-0000-0000-0000-000000000000/make_final",
51+
method: "POST",
52+
status: 200,
53+
response: [],
54+
},
4955
],
5056
},
5157
};

0 commit comments

Comments
 (0)