Open aptly-io opened 1 week ago
Part of the failure is due to mixing up folders and organizations in the test: an organization does not support folders, only collections. https://community.bitwarden.com/t/organisation-folders-show-up-when-they-should-not-in-the-web-or-desktop-app/47544/2
After upgrading to bitwarden-client version 2024.11.0 3 tests are failing:
It has to do with the
ORGANIZATION_NAME
inbwc.create(PwsItem(TITLE, NAME, SECRET, None, None, None, None, False, ORGANIZATION_NAME))
. When replacing this withNone
, bothtest_create_many_params
(and disabling the assert for organization) andtest_update_add_collection
pass.Since I do not use organizations inside Keepass, it is not really a problem when using pwsync to sync from keepass to bitwarden.