Fix test for tools/password-store
This commit is contained in:
parent
05c098234c
commit
11c7a5c1f4
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
(defmacro with-passwords!! (buffer-args &rest body)
|
(defmacro with-passwords!! (buffer-args &rest body)
|
||||||
(declare (indent defun))
|
(declare (indent defun))
|
||||||
`(cl-letf
|
`(cl-letf
|
||||||
(((symbol-function '+pass--get-entry)
|
(((symbol-function '+pass-get-entry)
|
||||||
(lambda (entry)
|
(lambda (entry)
|
||||||
(when (equal entry "fake/source")
|
(when (equal entry "fake/source")
|
||||||
'((secret . "defuse-account-gad")
|
'((secret . "defuse-account-gad")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue