chore: remove unused eslint-disable directive in gateway test
This commit is contained in:
@@ -318,7 +318,6 @@ describe('GatewayClient', () => {
|
|||||||
const mockIdentity: DeviceIdentity = {
|
const mockIdentity: DeviceIdentity = {
|
||||||
id: 'device-id-abc',
|
id: 'device-id-abc',
|
||||||
publicKeyRaw: 'pubkey-raw-abc',
|
publicKeyRaw: 'pubkey-raw-abc',
|
||||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
||||||
keyPair: { privateKey: {} as CryptoKey, publicKey: {} as CryptoKey },
|
keyPair: { privateKey: {} as CryptoKey, publicKey: {} as CryptoKey },
|
||||||
};
|
};
|
||||||
gw.setDeviceIdentity(mockIdentity);
|
gw.setDeviceIdentity(mockIdentity);
|
||||||
|
|||||||
Reference in New Issue
Block a user