tests: Check for leak of read-write pad ID when exporting
parent
0f5a4bd1f8
commit
b683dc300d
|
@ -147,6 +147,10 @@ describe(__filename, function () {
|
||||||
it('export OK', async function () {
|
it('export OK', async function () {
|
||||||
assert.match(text, /This is the/);
|
assert.match(text, /This is the/);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
it('writable pad ID is not leaked', async function () {
|
||||||
|
assert(!text.includes(testPadId));
|
||||||
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue