mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-10 13:37:01 +03:00
object-curly-spacing
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import {db} from "../../src/databases/databases";
|
||||
import { db } from "../../src/databases/databases";
|
||||
import { partialDeepEquals } from "../utils/partialDeepEquals";
|
||||
import assert from "assert";
|
||||
import { client } from "../utils/httpClient";
|
||||
@@ -33,7 +33,7 @@ describe("getVideoSponsorTime (Old get method)", () => {
|
||||
|
||||
|
||||
it("Should be possible to send unexpected query parameters", (done) => {
|
||||
client.get(endpoint, { params: { videoID: "oldGetSponsorTime0", fakeparam: "hello" }})
|
||||
client.get(endpoint, { params: { videoID: "oldGetSponsorTime0", fakeparam: "hello" } })
|
||||
.then(res => {
|
||||
assert.strictEqual(res.status, 200);
|
||||
done();
|
||||
|
||||
Reference in New Issue
Block a user