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

test fix

parent 8911f653
Branches
Tags
No related merge requests found
......@@ -34,6 +34,9 @@
(expect {:status :failed
:error "Column \"ZID\" not found"}
(do (log/info (color/green "NOTE: The following stacktrace is expected <3")) ; this will print a stacktrace
(driver/process-query {:native {:query "SELECT ZID FROM CHECKINS LIMIT 2;"} ; make sure people know it's to be expected
:type :native
:database (db-id)})))
(dissoc (driver/process-query {:native {:query "SELECT ZID FROM CHECKINS LIMIT 2;"} ; make sure people know it's to be expected
:type :native
:database (db-id)})
:stacktrace
:query
:expanded-query)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment