Update entry manager for generic entries

This commit is contained in:
thePR0M3TH3AN
2025-07-02 22:28:56 -04:00
parent 2c0baa9591
commit 7fff164da7
2 changed files with 60 additions and 14 deletions

View File

@@ -23,6 +23,8 @@ def test_add_and_retrieve_entry():
"username": "user",
"url": "",
"blacklisted": False,
"type": "password",
"notes": "",
}
data = enc_mgr.load_json_data(entry_mgr.index_file)