fix: lints and disable intermittent failing test

- Reverted config/db-based-graph? check in a db only namespace
- Removed unused ns as it appears we just used another fn instead.
- /cc @RCmerci on failing test
This commit is contained in:
Gabriel Horner
2024-01-23 10:34:02 -05:00
parent 689cf34cc3
commit 0768809a86
7 changed files with 22 additions and 44 deletions

View File

@@ -139,6 +139,8 @@
(map #(keyword (subs % 4)))
(concat (mapcat val manual-ui-dicts))
(concat (whiteboard-dicts))
;; Temporarily unused as they will be brought back soon
(concat [:download])
set)
expected-dicts (set (remove #(re-find #"^(command|shortcut)\." (str (namespace %)))
(keys (:en (get-dicts)))))