mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-08 20:47:02 +03:00
Add semicolon
This commit is contained in:
committed by
GitHub
parent
87727ef360
commit
0990a9b87d
@@ -585,7 +585,7 @@ describe("postSkipSegments", () => {
|
|||||||
assert.strictEqual(res.status, 403);
|
assert.strictEqual(res.status, 403);
|
||||||
const errorMessage = await res.text();
|
const errorMessage = await res.text();
|
||||||
const reason = "Reason01";
|
const reason = "Reason01";
|
||||||
const userID = "09dee632bfbb1acc9fda3169cc14b46e459b45cee4f4449be305590e612b5eb7"
|
const userID = "09dee632bfbb1acc9fda3169cc14b46e459b45cee4f4449be305590e612b5eb7";
|
||||||
const expected = `Submission rejected due to a warning from a moderator. This means that we noticed you were making some common mistakes that are not malicious, and we just want to clarify the rules. Could you please send a message in Discord or Matrix so we can further help you? Your userID is ${userID}. Warning reason: ${reason}`;
|
const expected = `Submission rejected due to a warning from a moderator. This means that we noticed you were making some common mistakes that are not malicious, and we just want to clarify the rules. Could you please send a message in Discord or Matrix so we can further help you? Your userID is ${userID}. Warning reason: ${reason}`;
|
||||||
assert.strictEqual(errorMessage, expected);
|
assert.strictEqual(errorMessage, expected);
|
||||||
done();
|
done();
|
||||||
|
|||||||
Reference in New Issue
Block a user