Skip to content

Commit

Permalink
add text to query
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-ho committed Feb 24, 2024
1 parent 83c346d commit 366c916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/sql/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_items():
)
def check_database_connection(url) -> None:
with sqlalchemy.create_engine(url).connect() as conn:
conn.execute(sqlalchemy.text("SELECT 1"))
conn.execute(sqlalchemy.text("SELECT * FROM tpch.sf1.nation"))


@pytest.fixture(scope="session")
Expand Down

0 comments on commit 366c916

Please sign in to comment.