backend: remove console log from stopAllRecordings response checks
This commit is contained in:
parent
dc268a436c
commit
ef6de48a19
@ -686,7 +686,6 @@ export const stopAllRecordings = async (moderatorCookie: string) => {
|
|||||||
|
|
||||||
// Check responses
|
// Check responses
|
||||||
results.forEach((response) => {
|
results.forEach((response) => {
|
||||||
console.log(`Response for stopping recording: ${response.status}`, response.body);
|
|
||||||
expect(response.status).toBe(202);
|
expect(response.status).toBe(202);
|
||||||
});
|
});
|
||||||
await sleep('1s');
|
await sleep('1s');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user