From 03c1304177079c0fb40c669fa32e36bba1e9ee68 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 26 Sep 2020 12:40:46 -0700 Subject: [PATCH] fix password test --- features/password.feature | 1 - 1 file changed, 1 deletion(-) diff --git a/features/password.feature b/features/password.feature index 9fd8f9d5..06c65faa 100644 --- a/features/password.feature +++ b/features/password.feature @@ -12,7 +12,6 @@ Feature: Using the installed keyring Then the config for journal "simple" should have "encrypt" set to "bool:True" When we run "jrnl simple -n 1" Then the output should contain "2013-06-10 15:40 Life is good" - But we should not be prompted for a password Scenario: Encrypt journal with no keyring backend and do not store in keyring Given we use the config "simple.yaml"