fix: respect OpenList directory path contract

This commit is contained in:
jxxghp
2026-05-20 22:28:38 +08:00
parent 617692616c
commit fd4d162287
4 changed files with 15 additions and 53 deletions

View File

@@ -219,7 +219,7 @@ class AlistStorageTest(unittest.TestCase):
)
self.assertIsNotNone(folder)
self.assertEqual("/library/Test Show (2026)/Season 1", folder.path)
self.assertEqual("/library/Test Show (2026)/Season 1/", folder.path)
self.assertEqual("alist", folder.storage)
self.assertEqual("dir", folder.type)