fix: split dir for opendal tests (#11627)

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
yihong
2024-12-13 16:31:00 +08:00
committed by Joel
parent 674dd13fbd
commit 09184afba0
2 changed files with 21 additions and 18 deletions

View File

@ -13,6 +13,10 @@ def get_example_bucket() -> str:
return "dify"
def get_opendal_bucket() -> str:
return "./dify"
def get_example_filename() -> str:
return "test.txt"