We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6950bf9 commit 1163014Copy full SHA for 1163014
1 file changed
tests/unit/server.js
@@ -4,7 +4,6 @@ const assert = require('assert');
4
const sinon = require('sinon');
5
const http = require('http');
6
const https = require('https');
7
-const promClient = require('prom-client');
8
const arsenal = require('arsenal');
9
const uuid = require('uuid');
10
const logger = require('../../lib/utilities/logger');
@@ -221,9 +220,6 @@ describe('S3Server request timeout', () => {
221
220
beforeEach(() => {
222
sandbox = sinon.createSandbox();
223
224
- // Clear prometheus registry to avoid conflicts
225
- promClient.register.clear();
226
-
227
// Create a mock server to capture the requestTimeout setting
228
mockServer = {
229
requestTimeout: null,
0 commit comments