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