backend: remove console log from stopAllRecordings response checks

This commit is contained in:
Carlos Santos 2025-07-14 14:49:32 +02:00
parent dc268a436c
commit ef6de48a19

View File

@ -686,7 +686,6 @@ export const stopAllRecordings = async (moderatorCookie: string) => {
// Check responses
results.forEach((response) => {
console.log(`Response for stopping recording: ${response.status}`, response.body);
expect(response.status).toBe(202);
});
await sleep('1s');