mirror of
https://github.com/discourse/discourse.git
synced 2025-04-26 04:14:31 +08:00
DEV: Add pretender endpoint for category visible groups.
This was causing our build to become flaky.
This commit is contained in:
parent
3d581ce159
commit
72c69a644f
@ -1117,6 +1117,8 @@ export function applyDefaultHandlers(pretender) {
|
|||||||
],
|
],
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
pretender.get("/c/:id/visible_groups.json", () => response({ groups: [] }));
|
||||||
}
|
}
|
||||||
|
|
||||||
export function resetPretender() {
|
export function resetPretender() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user