mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Fix failing directory-columns ember CLI tests (#13490)
Since #13488 the ember cli CI tests are failing.
This commit is contained in:
parent
425ead8f35
commit
30c7a9b06d
@ -1036,7 +1036,7 @@ export function applyDefaultHandlers(pretender) {
|
||||
});
|
||||
});
|
||||
|
||||
pretender.get("directory-columns.json", () => {
|
||||
pretender.get("/directory-columns.json", () => {
|
||||
return response(200, {
|
||||
directory_columns: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user