diff options
| author | Xiang Dai <long0dai@foxmail.com> | 2020-05-23 18:16:02 +0800 |
|---|---|---|
| committer | Xiang Dai <long0dai@foxmail.com> | 2020-05-23 18:16:02 +0800 |
| commit | 2fc1017e7d9e6821fdcee39f3ba293c917eae3a2 (patch) | |
| tree | 002873f3bb8c81ae51d2874d16a694b105adc27e | |
| parent | Merge pull request #1715 from fisherxu/compa-chart (diff) | |
| download | kubeedge-2fc1017e7d9e6821fdcee39f3ba293c917eae3a2.tar.gz | |
Fix TC_TEST_EBUS_6 failed to run in arm machine issue
Signed-off-by: Xiang Dai <long0dai@foxmail.com>
| -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"` } |
