mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
tests: Fix typo (publicstatus -> publicStatus)
This commit is contained in:
parent
e01e575c86
commit
c18831c333
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ describe('API: Pad security', function() {
|
||||||
.expect('Content-Type', /json/)
|
.expect('Content-Type', /json/)
|
||||||
.expect((res) => {
|
.expect((res) => {
|
||||||
assert.equal(res.body.code, 0);
|
assert.equal(res.body.code, 0);
|
||||||
assert(!res.body.data.publicstatus);
|
assert(!res.body.data.publicStatus);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue