Skip to content

Commit e286a68

Browse files
committed
test(e2e): update converted shadow
1 parent f3f9759 commit e286a68

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

features/DeviceShadow.feature.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,19 @@ Then the response should equal to this JSON
328328
"eest": 7
329329
}
330330
},
331-
"ts": 1682072423000
331+
"ts": 1682072423000,
332+
"lastUpdate": {
333+
"device": {
334+
"networkInfo": {
335+
"networkMode": 1682072423000,
336+
"mccmnc": 1682072423000,
337+
"eest": 1682072423000
338+
},
339+
"deviceInfo": {
340+
"appVersion": 1681975785000
341+
}
342+
}
343+
}
332344
}
333345
```
334346

0 commit comments

Comments
 (0)