mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
Update tc0002_sync_list_validation.py
* Update SL-0023
This commit is contained in:
parent
6dd4dba852
commit
247646b70f
1 changed files with 2 additions and 0 deletions
|
|
@ -1472,6 +1472,7 @@ class TestCase0002SyncListValidation(E2ETestCase):
|
|||
allowed_exact=[
|
||||
f"{FIXTURE_ROOT_NAME}/README.txt",
|
||||
f"{FIXTURE_ROOT_NAME}/loose.bin",
|
||||
f"{FIXTURE_ROOT_NAME}/zz_e2e_zz_e2e_sync_list.bin",
|
||||
],
|
||||
allowed_prefixes=[f"{FIXTURE_ROOT_NAME}/Projects"],
|
||||
forbidden_prefixes=[
|
||||
|
|
@ -1481,6 +1482,7 @@ class TestCase0002SyncListValidation(E2ETestCase):
|
|||
required_processed=[
|
||||
f"{FIXTURE_ROOT_NAME}/README.txt",
|
||||
f"{FIXTURE_ROOT_NAME}/loose.bin",
|
||||
f"{FIXTURE_ROOT_NAME}/zz_e2e_zz_e2e_sync_list.bin",
|
||||
f"{FIXTURE_ROOT_NAME}/Projects/Code/JOBXYZ/Exports/file.wav",
|
||||
f"{FIXTURE_ROOT_NAME}/Projects/Code/JOBXYZ/Source/main.txt",
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue