mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-11 05:57:04 +03:00
Merge branch 'master' of https://github.com/ajayyy/SponsorBlockServer into stricter-eslint
This commit is contained in:
@@ -610,7 +610,7 @@ describe("postSkipSegments", () => {
|
||||
done(); // success
|
||||
} else {
|
||||
const body = await res.text();
|
||||
done(`Status code was ${ res.status } ${ body}`);
|
||||
done(`Status code was ${res.status} ${body}`);
|
||||
}
|
||||
})
|
||||
.catch(err => done(err));
|
||||
@@ -636,7 +636,7 @@ describe("postSkipSegments", () => {
|
||||
done(); // success
|
||||
} else {
|
||||
const body = await res.text();
|
||||
done(`Status code was ${ res.status } ${ body}`);
|
||||
done(`Status code was ${res.status} ${body}`);
|
||||
}
|
||||
})
|
||||
.catch(err => done(err));
|
||||
|
||||
Reference in New Issue
Block a user