mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 12:16:45 +02:00
tests: Fix typo (publicstatus -> publicStatus)
This commit is contained in:
parent
e01e575c86
commit
c18831c333
@ -247,7 +247,7 @@ describe('API: Pad security', function() {
|
||||
.expect('Content-Type', /json/)
|
||||
.expect((res) => {
|
||||
assert.equal(res.body.code, 0);
|
||||
assert(!res.body.data.publicstatus);
|
||||
assert(!res.body.data.publicStatus);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user