Implemented test run editor's bulk test case selection

This commit is contained in:
Takeshi Kimata
2024-04-21 13:10:28 +09:00
parent 3eb36b7ad3
commit 8f4ca3d882
2 changed files with 32 additions and 22 deletions

View File

@@ -20,7 +20,7 @@ module.exports = function (sequelize) {
});
if (existingRunCases.length === 0) {
return res.status(400).send("No records found to delete");
return res.status(200).send("No records found to delete");
}
await RunCase.destroy({