Skip to content

Commit

Permalink
Fix tests against latest master
Browse files Browse the repository at this point in the history
  • Loading branch information
xzkostyan committed Apr 10, 2023
1 parent 57a60cd commit 494e009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_insert.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def test_insert_from_input(self):
data = [{'a': 1}]
self.client.execute(
"INSERT INTO test (a) "
"SELECT a from input ('a Int8')",
"SELECT a FROM input ('a Int8') FORMAT Native",
data
)

Expand Down

0 comments on commit 494e009

Please sign in to comment.