test: remove double uninit of db

This commit is contained in:
Girish Ramakrishnan
2025-06-19 10:17:29 +02:00
parent 84111996b4
commit 227da8dce4
3 changed files with 4 additions and 2 deletions

View File

@@ -128,7 +128,8 @@ async function getCpuMetrics() {
}
async function sendToGraphite() {
debug('sendStatsToGraphite: collecting stats');
// debug('sendStatsToGraphite: collecting stats');
const graphiteMetrics = [];
const memoryMetrics = await getMemoryMetrics();