Skip to content

Commit

Permalink
SNOW-1019480-sql-filter-nonsql-statements: fix test response for fail…
Browse files Browse the repository at this point in the history
…ing query
  • Loading branch information
sfc-gh-mraba committed Jan 31, 2024
1 parent e1cc1d4 commit 9fbca61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_integration/test_sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -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},
]

0 comments on commit 9fbca61

Please sign in to comment.