fix: remove extra quote when executing a note indexation and update deps
This commit is contained in:
parent
5908a70691
commit
67595b3220
11 changed files with 228 additions and 305 deletions
|
|
@ -8,7 +8,7 @@ def reencrypt_command(settings):
|
|||
return ReencryptCommand(settings)
|
||||
|
||||
|
||||
@pytest.mark.usefixtures('notes')
|
||||
@pytest.mark.usefixtures("notes")
|
||||
def test_reencrypt(reencrypt_command):
|
||||
reencrypt_command.run()
|
||||
for note_path in reencrypt_command.traverse():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue