We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f030e8 commit 7b87870Copy full SHA for 7b87870
packages/node/test/integrations/tracing/redis.test.ts
@@ -27,6 +27,7 @@ describe('Redis', () => {
27
afterEach(() => {
28
vi.restoreAllMocks();
29
// Reset redis options by clearing all properties first, then restoring original ones
30
+ // eslint-disable-next-line @typescript-eslint/no-dynamic-delete
31
Object.keys(_redisOptions).forEach(key => delete (_redisOptions as any)[key]);
32
Object.assign(_redisOptions, originalRedisOptions);
33
});
0 commit comments