mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix test for tools/password-store
This commit is contained in:
@ -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")
|
||||||
|
Reference in New Issue
Block a user