mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
added null warningReason
This commit is contained in:
parent
fdb88dd401
commit
2075ed46e1
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@ describe('getUserInfo', () => {
|
|||
reputation: -2,
|
||||
lastSegmentID: "uuid000005",
|
||||
vip: false,
|
||||
warnings: 0
|
||||
warnings: 0,
|
||||
warningReason: ""
|
||||
};
|
||||
const data = await res.json();
|
||||
assert.deepStrictEqual(data, expected);
|
||||
|
|
Loading…
Reference in a new issue