mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35:55 +01:00
chore: remove log
This commit is contained in:
@@ -221,7 +221,6 @@ describe('Controllers', () => {
|
|||||||
{ it: 'should return osd data', url: `/osd.xml` },
|
{ it: 'should return osd data', url: `/osd.xml` },
|
||||||
];
|
];
|
||||||
testRoutes.forEach((route) => {
|
testRoutes.forEach((route) => {
|
||||||
console.log('route', route);
|
|
||||||
it(route.it, async () => {
|
it(route.it, async () => {
|
||||||
const { response, body } = await request.get(`${baseUrl}/${route.url}`);
|
const { response, body } = await request.get(`${baseUrl}/${route.url}`);
|
||||||
assert.equal(response.statusCode, route.status || 200);
|
assert.equal(response.statusCode, route.status || 200);
|
||||||
|
|||||||
Reference in New Issue
Block a user