Skip to content
Snippets Groups Projects
Commit b47df408 authored by Cam Saül's avatar Cam Saül
Browse files

Fix rando metric test failures :wrench:

parent faf2557a
No related branches found
No related tags found
No related merge requests found
......@@ -368,8 +368,8 @@
;;; GET /api/metric/
(tu/expect-with-temp [Metric [metric-1]
Metric [metric-2]
(tu/expect-with-temp [Metric [metric-1 {:name "Metric A"}]
Metric [metric-2 {:name "Metric B"}]
Metric [_ {:is_active false}]] ; inactive metrics shouldn't show up
(tu/mappify (hydrate [metric-1
metric-2] :creator))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment