Skip to content

Commit 7b87870

Browse files
committed
fix lint error
1 parent 7f030e8 commit 7b87870

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/node/test/integrations/tracing/redis.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ describe('Redis', () => {
2727
afterEach(() => {
2828
vi.restoreAllMocks();
2929
// Reset redis options by clearing all properties first, then restoring original ones
30+
// eslint-disable-next-line @typescript-eslint/no-dynamic-delete
3031
Object.keys(_redisOptions).forEach(key => delete (_redisOptions as any)[key]);
3132
Object.assign(_redisOptions, originalRedisOptions);
3233
});

0 commit comments

Comments
 (0)