summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-08-12 22:19:33 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2021-08-13 01:23:35 +0200
commit8c6b356c3302d533a96e031cc107074f1a0abaa1 (patch)
tree2cb942e2579571d111ac21959ae885ffe2268344 /tests
parent5d9420cef03b8395a7b5120366f69f7848bdbf2d (diff)
Fix test name
Diffstat (limited to 'tests')
-rw-r--r--tests/dpop-proof-valid-ath.scm2
-rw-r--r--tests/jwk-kty-rsa-incorrect.scm2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/dpop-proof-valid-ath.scm b/tests/dpop-proof-valid-ath.scm
index 8753c3a..d916dcd 100644
--- a/tests/dpop-proof-valid-ath.scm
+++ b/tests/dpop-proof-valid-ath.scm
@@ -24,7 +24,7 @@
(web response))
(with-test-environment
- "dpop-proof-valid"
+ "dpop-proof-valid-ath"
(lambda ()
(define jwk (generate-key #:n-size 2048))
(define idp-key (generate-key #:n-size 2048))
diff --git a/tests/jwk-kty-rsa-incorrect.scm b/tests/jwk-kty-rsa-incorrect.scm
index 798933f..a13b430 100644
--- a/tests/jwk-kty-rsa-incorrect.scm
+++ b/tests/jwk-kty-rsa-incorrect.scm
@@ -20,7 +20,7 @@
(webid-oidc errors))
(with-test-environment
- "jwk-kty-ec-incorrect"
+ "jwk-kty-rsa-incorrect"
(lambda ()
(let* ((key (json-string->scm "{\"kty\":\"RSA\",\"e\":\"AQAB\",\"kid\":\"db7cdbbf-0ca3-48da-abf6-8f34002a4651\",\"n\":\"--\"}"))
(kty