Skip to content
Snippets Groups Projects
Unverified Commit 6987567c authored by Jeff Evans's avatar Jeff Evans Committed by GitHub
Browse files

Fix flaky diagnostic-info-capture-test (#15920)

How does Lisp work, again?
parent db613e44
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
(-> (mt/formatted-rows [str]
(mt/run-mbql-query venues
{:fields [$name]
:where [[$id = 1]]}))
:filter [:= $id 1]}))
ffirst)))
;; now, check the actual diagnostic info map
(let [diag-info (diag-info-fn)]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment