Merge branch 'master' into develop

This commit is contained in:
Barış Soner Uşaklı
2025-03-18 21:22:15 -04:00

View File

@@ -228,7 +228,7 @@ describe('Controllers', () => {
if (route.body) {
assert.strictEqual(String(body), route.body);
} else {
assert(body);
assert(body, `No body returned for ${route.url} ${response.statusCode}`);
}
});
});