summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 66579a2..e996db3 100644
--- a/tests/authorization-endpoint-no-args.scm
+++ b/tests/authorization-endpoint-no-args.scm
@@ -27,7 +27,7 @@
(ice-9 receive))
(with-test-environment
- "authorization-endpoint-get-form"
+ "authorization-endpoint-no-args"
(lambda ()
(define alg 'RS256)
(define key (generate-key #:n-size 2048))