Skip to content

Commit f32141b

Browse files
committed
review comment
1 parent 1bb037f commit f32141b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ describe('Redis', () => {
3939
{ desc: 'no cache prefixes', cmd: 'get', args: ['key'], response: 'test', options: {} },
4040
{ desc: 'non-matching prefix', cmd: 'get', args: ['key'], response: 'test', options: { cachePrefixes: ['c'] } },
4141
])('should always set sentry.origin but return early when $desc', ({ cmd, args, response, options = {} }) => {
42-
vi.clearAllMocks();
4342
Object.assign(_redisOptions, options);
4443

4544
cacheResponseHook(mockSpan, cmd, args, response);

0 commit comments

Comments
 (0)