Skip to content

Commit 1643106

Browse files
Update nordicNRPlus/Thingexists.spec.ts
Co-authored-by: Markus Tacker <[email protected]>
1 parent 9015d3c commit 1643106

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

nordicNRPlus/Thingexists.spec.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,7 @@ void describe('thingExists', () => {
77
void it('should check if thing exists in Iot Core', async () => {
88
const icSend = mock.fn(async () =>
99
Promise.resolve({
10-
$metadata: {
11-
httpStatusCode: 200,
12-
requestId: '',
13-
extendedRequestId: undefined,
14-
cfId: undefined,
15-
attempts: 1,
16-
totalRetryDelay: 0,
17-
},
1810
attributes: { name: 'myDevice123' },
19-
defaultClientId: '',
20-
thingArn: '',
21-
thingId: '',
22-
thingName: '',
23-
thingTypeName: '',
24-
version: 3,
2511
}),
2612
)
2713
const iotClient: IoTClient = { send: icSend } as unknown as IoTClient

0 commit comments

Comments
 (0)