Skip to content

Commit 9a7ca31

Browse files
Potential fix for code scanning alert no. 340: Unused variable, import, function or class
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 460f0cc commit 9a7ca31

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tokenization/backend/wrapper/src/test/client/ConnectionManager/Interceptors/grpc.auth.interceptor.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ describe('gRPCAuthInterceptor', () => {
332332
});
333333

334334
describe('isRequestAllowed', () => {
335-
const mockCallback = jest.fn();
336335

337336
beforeEach(() => {
338337
jest.restoreAllMocks();

0 commit comments

Comments
 (0)