test(actions): phase 6 add parity and behavioural service hardening checks

This commit is contained in:
2026-03-13 10:11:33 +00:00
parent a35f2990c6
commit b5ae6c271f
9 changed files with 461 additions and 178 deletions
-1
View File
@@ -237,7 +237,6 @@ export const sendCaseCompleteMessage = async (
return axios(config)
.then((res) => {
console.log("sendCaseCompleteMessage: ", res.data);
return res.data;
})
.catch((error) => {