mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2026-01-30 06:10:52 +03:00
Fix lock reason test
This commit is contained in:
@@ -934,7 +934,7 @@ describe("postSkipSegments", () => {
|
|||||||
}))
|
}))
|
||||||
.then(res => {
|
.then(res => {
|
||||||
assert.strictEqual(res.status, 403);
|
assert.strictEqual(res.status, 403);
|
||||||
assert.match(res.data, /Lock reason: /);
|
assert.match(res.data, /Reason: /);
|
||||||
assert.match(res.data, /Custom Reason/);
|
assert.match(res.data, /Custom Reason/);
|
||||||
done();
|
done();
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user