mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25:22 +03:00
Fix tests
This commit is contained in:
parent
1619e63235
commit
18825c9e31
@ -72,7 +72,7 @@ export const handlers = [
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
}),
|
}),
|
||||||
rest.get(`${API_HOST}/api/sub_labels`, (req, res, ctx) => {
|
rest.get(`${API_HOST}api/sub_labels`, (req, res, ctx) => {
|
||||||
return res(
|
return res(
|
||||||
ctx.status(200),
|
ctx.status(200),
|
||||||
ctx.json([
|
ctx.json([
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user