branch: elpa/mastodon
commit 5c0000169ce0739d1e8c6dde2a7c39939f15b1ef
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>

    auth/client tests error comment
---
 test/mastodon-auth-tests.el   | 3 +++
 test/mastodon-client-tests.el | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/test/mastodon-auth-tests.el b/test/mastodon-auth-tests.el
index 5ce9910534..a9b400464a 100644
--- a/test/mastodon-auth-tests.el
+++ b/test/mastodon-auth-tests.el
@@ -4,6 +4,9 @@
 (require 'mastodon)
 (require 'mastodon-auth)
 
+;; NB: since switching to encrypted (client) plstore, some tests fail if
+;; `plistore-encrypt-to' is not set to a working gpg key
+
 (ert-deftest mastodon-auth--handle-token-response--good ()
   "Should extract the access token from a good response."
   (should
diff --git a/test/mastodon-client-tests.el b/test/mastodon-client-tests.el
index 83dc106d48..7aee5a1657 100644
--- a/test/mastodon-client-tests.el
+++ b/test/mastodon-client-tests.el
@@ -4,6 +4,9 @@
 (require 'mastodon-client)
 (require 'mastodon-http)
 
+;; NB: since switching to encrypted (client) plstore, some tests fail if
+;; `plistore-encrypt-to' is not set to a working gpg key
+
 (ert-deftest mastodon-client--register ()
   "Should POST to /apps."
   (with-mock

Reply via email to