Skip to content

Commit

Permalink
close connection after use
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Nov 5, 2024
1 parent 40b8b80 commit 441e015
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/pipeline/test_filesystem_sql_secrets.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,4 @@ def _secrets_exist() -> bool:
sql_client.create_authentication(persistent=True)
logger_spy.assert_called_once()
assert warning_mesage in logger_spy.call_args_list[0][0][0]
duck_db.close()

0 comments on commit 441e015

Please sign in to comment.