This commit is contained in:
Ajay Ramachandran
2021-08-17 22:08:51 -04:00
parent 765e01cb00
commit f1f5bdb2be

View File

@@ -254,7 +254,7 @@ describe("getSkipSegmentsByHash", () => {
}); });
it("Should only return one segment when fetching highlight segments", (done: Done) => { it("Should only return one segment when fetching highlight segments", (done: Done) => {
fetch(`${getbaseURL()}/api/skipSegments/c962?category=highlight`) fetch(`${getbaseURL()}/api/skipSegments/c962?category=poi_highlight`)
.then(async res => { .then(async res => {
assert.strictEqual(res.status, 200); assert.strictEqual(res.status, 200);
const data = await res.json(); const data = await res.json();