summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-10-02 12:03:00 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2021-10-04 23:14:38 +0200
commitfd3b4c9747bc631a900a881bfdaadc65124cf0d1 (patch)
tree403b0611351694ee525ef85e3798017450244ecd /tests
parent20a1d5236ded1738c6007bd9617a913e2c798a8c (diff)
accounts: Expect a reason for an authorization prompt
Diffstat (limited to 'tests')
-rw-r--r--tests/client-workflow.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/client-workflow.scm b/tests/client-workflow.scm
index 9c74198..ed1c1b4 100644
--- a/tests/client-workflow.scm
+++ b/tests/client-workflow.scm
@@ -79,7 +79,7 @@
(cute sim:request simulation <...>)))
(parameterize ((p:current-date 0)
(client:authorization-process
- (lambda* (uri #:key issuer)
+ (lambda* (uri #:key reason)
(sim:grant-authorization simulation uri))))
(receive (new-account response response-body)
(begin