mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-14 15:37:07 +03:00
added null warningReason
This commit is contained in:
@@ -61,7 +61,8 @@ describe('getUserInfo', () => {
|
|||||||
reputation: -2,
|
reputation: -2,
|
||||||
lastSegmentID: "uuid000005",
|
lastSegmentID: "uuid000005",
|
||||||
vip: false,
|
vip: false,
|
||||||
warnings: 0
|
warnings: 0,
|
||||||
|
warningReason: ""
|
||||||
};
|
};
|
||||||
const data = await res.json();
|
const data = await res.json();
|
||||||
assert.deepStrictEqual(data, expected);
|
assert.deepStrictEqual(data, expected);
|
||||||
|
|||||||
Reference in New Issue
Block a user