potiuk commented on code in PR #35720:
URL: https://github.com/apache/airflow/pull/35720#discussion_r1398217021
##########
tests/providers/google/leveldb/hooks/test_leveldb.py:
##########
@@ -31,18 +31,18 @@
class TestLevelDBHook:
@mock.patch.dict("os.environ", AIRFLOW_CONN_LEVELDB_DEFAULT="test")
- def test_get_conn_db_is_not_none(self):
+ def test_get_conn_db_is_not_none(self, tmpdir):
Review Comment:
Fixed,
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]