chore: remove unused eslint-disable directive in gateway test

This commit is contained in:
Nicolas Varrot
2026-03-10 09:02:19 +00:00
parent c092ab9a00
commit d3d04540c0

View File

@@ -318,7 +318,6 @@ describe('GatewayClient', () => {
const mockIdentity: DeviceIdentity = {
id: 'device-id-abc',
publicKeyRaw: 'pubkey-raw-abc',
// eslint-disable-next-line @typescript-eslint/no-explicit-any
keyPair: { privateKey: {} as CryptoKey, publicKey: {} as CryptoKey },
};
gw.setDeviceIdentity(mockIdentity);