Skip to content

Commit

Permalink
SNOW-1019480-sql-filter-nonsql-statements: fix expected response value
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mraba committed Jan 31, 2024
1 parent 966588a commit affdf8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests_integration/test_sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,7 @@ def test_trailing_comments_queries(runner, snowflake_session, test_root_path):
result = runner.invoke_with_connection_json(["sql", "-q", trailin_comment_query])
assert result.exit_code == 0
assert result.json == [
{"1": 1},
[
{"1": 1},
],
]

0 comments on commit affdf8b

Please sign in to comment.