Skip to content

Commit 3dba7ac

Browse files
fix memoryallocated type in testdata
1 parent 8ebe78d commit 3dba7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testdata/HostService.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@
346346
"jobstatus": 0,
347347
"lastpinged": "1970-01-19T18:10:51+0000",
348348
"managementserverid": 2886860803,
349-
"memoryallocated": "0%",
349+
"memoryallocated": 0,
350350
"memoryallocatedbytes": 0,
351351
"memoryallocatedpercentage": "0%",
352352
"memorytotal": 8589934592,

0 commit comments

Comments
 (0)