diff --git a/tests_integration/test_sql.py b/tests_integration/test_sql.py index 09dfca23a..2b62b6bbe 100644 --- a/tests_integration/test_sql.py +++ b/tests_integration/test_sql.py @@ -109,5 +109,5 @@ def test_trailing_comments_queries(runner): result = runner.invoke_with_connection_json(["sql", "-q", trailin_comment_query]) assert result.exit_code == 0 assert result.json == [ - ["1"], + {"1": 1}, ]