Skip to content

Commit

Permalink
Enable auto_mkdir for filesystem config tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sultaniman committed Apr 9, 2024
1 parent 2ebc098 commit 17c8afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/load/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
def default_buckets_env(request) -> Iterator[str]:
"""Parametrized fixture to configure filesystem destination bucket in env for each test bucket"""
os.environ["DESTINATION__FILESYSTEM__BUCKET_URL"] = request.param
os.environ["DESTINATION__FILESYSTEM__KWARGS__AUTO_MKDIR"] = "true"
os.environ["DESTINATION__FILESYSTEM__KWARGS"] = '{"auto_mkdir": true}'
yield request.param


Expand Down

0 comments on commit 17c8afa

Please sign in to comment.