chore: remove log

This commit is contained in:
Barış Soner Uşaklı
2025-01-07 14:25:15 -05:00
parent b129c6c0e7
commit 2f5effda26

View File

@@ -221,7 +221,6 @@ describe('Controllers', () => {
{ it: 'should return osd data', url: `/osd.xml` },
];
testRoutes.forEach((route) => {
console.log('route', route);
it(route.it, async () => {
const { response, body } = await request.get(`${baseUrl}/${route.url}`);
assert.equal(response.statusCode, route.status || 200);