Bug 1241959 - Follow-up, update test with the expected object schema. r=test-fix on a CLOSED TREE

This commit is contained in:
Felipe Gomes 2016-01-22 19:40:06 -02:00
parent 9995a1184f
commit 57c423daa3

View File

@ -125,6 +125,9 @@ const SNAPSHOT_SCHEMA = {
type: "boolean", type: "boolean",
required: true, required: true,
}, },
autoStartStatus: {
type: "number",
},
numTotalWindows: { numTotalWindows: {
type: "number", type: "number",
}, },