Support top level data stores, not exposed via the UI yet (#986)

This commit is contained in:
jbirddog 2024-02-07 11:37:38 -05:00 committed by GitHub
parent c36ed57996
commit 353b5a84a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -11,4 +11,6 @@ class UpsearchService:
locations.append(location)
location = os.path.dirname(location)
locations.append("")
return locations

View File

@ -13,4 +13,5 @@ class TestUpsearchService(BaseTest):
"misc/jonjon/generic-data-store-area",
"misc/jonjon",
"misc",
"",
]