Skip to content

Commit

Permalink
SNOW-1019480-sql-filter-nonsql-statements: remove usefixtures from test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mraba committed Jan 31, 2024
1 parent 9fbca61 commit 966588a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests_integration/test_sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ def _log(


@pytest.mark.integration
@pytest.mark.usefixtures("snowflake_session, test_root_path")
def test_trailing_comments_queries(runner):
def test_trailing_comments_queries(runner, snowflake_session, test_root_path):
trailin_comment_query = "select 1;\n\n-- trailing comment\n"
result = runner.invoke_with_connection_json(["sql", "-q", trailin_comment_query])
assert result.exit_code == 0
Expand Down

0 comments on commit 966588a

Please sign in to comment.