Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantAnxiety committed Dec 27, 2023
1 parent 1c15edd commit f164dc7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
class TestMSSQLDashSQL(MSSQLDashSQLConnectionTest, DefaultDashSQLTestSuite):
@pytest.mark.asyncio
async def test_result(self, data_api_lowlevel_aiohttp_client: TestClient, saved_connection_id: str):
print("check")
resp = await self.get_dashsql_response(
data_api_aio=data_api_lowlevel_aiohttp_client,
conn_id=saved_connection_id,
Expand Down

0 comments on commit f164dc7

Please sign in to comment.