aboutsummaryrefslogtreecommitdiffstats
path: root/tests/accountd-remote
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2021-02-22 14:49:00 +0100
committerGuilhem Moulin <guilhem@fripost.org>2021-02-22 22:36:24 +0100
commit87fa9468a26c1902423839473049cd3325098c1a (patch)
tree4ef4e57651f467ff5b1f6815ec76384ac4de18ce /tests/accountd-remote
parent6f375631548a3562635af555bd453e4de40bf135 (diff)
lacme-account: Improve log messages.
Again…
Diffstat (limited to 'tests/accountd-remote')
-rw-r--r--tests/accountd-remote2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/accountd-remote b/tests/accountd-remote
index 9e7f812..ce2b54e 100644
--- a/tests/accountd-remote
+++ b/tests/accountd-remote
@@ -50,6 +50,6 @@ lacme newOrder
test /etc/lacme/simpletest.rsa.crt -nt /etc/lacme/simpletest.rsa.key
# ensure signature requests are logged
-grep -F ">>> OK signing request:" ~lacme-account/.local/share/lacme/accountd.log
+grep -F "] SIGNED header=base64url({" ~lacme-account/.local/share/lacme/accountd.log
# vim: set filetype=sh :