summaryrefslogtreecommitdiff
path: root/tests/authorization-endpoint-no-args.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/authorization-endpoint-no-args.scm')
-rw-r--r--tests/authorization-endpoint-no-args.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/authorization-endpoint-no-args.scm b/tests/authorization-endpoint-no-args.scm
index 0cc2fab..c53bafb 100644
--- a/tests/authorization-endpoint-no-args.scm
+++ b/tests/authorization-endpoint-no-args.scm
@@ -40,7 +40,7 @@
(make <authorization-endpoint>
#:subject subject
#:encrypted-password (crypt password "$6$some.salt.data")
- #:key-file "key-file.jwk"))
+ #:key-file (string-append (p:data-home) "/key-file.jwk")))
(with-exception-handler
(lambda (exn)
(unless (and (web-exception? exn)