summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-09-13 19:49:59 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2021-09-13 19:49:59 +0200
commit7fd8439968a1f19152b715c3c47c89bdf7f348d7 (patch)
tree0e0ce91656ddfd6f883b45bdfe111d854af25c38 /tests
parentbe015eb7d34c1672c75d4e1de2635b4306ea05f3 (diff)
Fix a test name
Diffstat (limited to 'tests')
-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))