Skip to content

Commit

Permalink
Fix psql-analzyer-error-test
Browse files Browse the repository at this point in the history
  • Loading branch information
FiV0 committed Oct 17, 2024
1 parent bb61e9a commit 1bab35c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/clojure/xtdb/pgwire_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -1173,8 +1173,7 @@
(send "COMMIT;\n")
(let [s (read :err)]
(is (not= :timeout s))
(= [["ERROR: Errors planning SQL statement:"]
[" - INSERT does not contain mandatory _id column"]] s))))))
(is (= [["ERROR: Illegal argument: 'missing-id'"]] s)))))))

(deftest runtime-error-query-test
(tu/with-log-level 'xtdb.pgwire :off
Expand Down

0 comments on commit 1bab35c

Please sign in to comment.