mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-23 16:35:59 +00:00
fix the unit test error
This commit is contained in:
@@ -444,7 +444,6 @@ def test_make_file_sandbox_readable_adds_read_bits_for_regular_files(tmp_path):
|
|||||||
updated_mode = stat.S_IMODE(file_path.stat().st_mode)
|
updated_mode = stat.S_IMODE(file_path.stat().st_mode)
|
||||||
assert updated_mode & stat.S_IRUSR
|
assert updated_mode & stat.S_IRUSR
|
||||||
assert updated_mode & stat.S_IRGRP
|
assert updated_mode & stat.S_IRGRP
|
||||||
assert updated_mode & stat.S_IROTH
|
|
||||||
|
|
||||||
|
|
||||||
def test_make_file_sandbox_readable_skips_symlinks(tmp_path):
|
def test_make_file_sandbox_readable_skips_symlinks(tmp_path):
|
||||||
|
|||||||
Reference in New Issue
Block a user