diff options
| author | KubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com> | 2020-05-30 16:10:52 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-30 16:10:52 +0800 |
| commit | 070ce8c1336be58f5c2a59c77baa18914d2d541d (patch) | |
| tree | d9504e2d835d7c7981f06ae96ef2c417e87ef4aa /edge/test | |
| parent | Merge pull request #1757 from liuzhiyi1993/master_mesh_bugfix (diff) | |
| parent | Fix TC_TEST_EBUS_6 failed to run in arm machine issue (diff) | |
| download | kubeedge-070ce8c1336be58f5c2a59c77baa18914d2d541d.tar.gz | |
Merge pull request #1725 from daixiang0/fix
Fix TC_TEST_EBUS_6 failed to run in arm machine issue
Diffstat (limited to 'edge/test')
| -rwxr-xr-x | edge/test/integration/device/device_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edge/test/integration/device/device_test.go b/edge/test/integration/device/device_test.go index 8ab003094..7599f5fff 100755 --- a/edge/test/integration/device/device_test.go +++ b/edge/test/integration/device/device_test.go @@ -37,7 +37,7 @@ var DeviceState string type DeviceUpdates struct { EventID string `json:"event_id"` - Timestamp int `json:"timestamp"` + Timestamp int64 `json:"timestamp"` DeviceField `json:"device"` } |
