We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a8dba commit d644764Copy full SHA for d644764
test/api/devices/get.test.ts
@@ -18,4 +18,5 @@ test("GET /devices/get with access token auth", async (t: ExecutionContext) => {
18
})
19
20
t.is(device.device_id, seed.ws2.device1_id)
21
+ t.truthy(device.space_ids)
22
0 commit comments