summaryrefslogtreecommitdiff
path: root/tests/jwks-get.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/jwks-get.scm')
-rw-r--r--tests/jwks-get.scm4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/jwks-get.scm b/tests/jwks-get.scm
index 66174a2..8e9169e 100644
--- a/tests/jwks-get.scm
+++ b/tests/jwks-get.scm
@@ -55,12 +55,8 @@
}
")
(exit 2)))
- (define current-time 0)
(define cache-http-get
(with-cache
- #:current-time
- (lambda ()
- (make-time time-utc 0 current-time))
#:http-get respond))
(define jwks (get-jwks "https://example.com/keys"
#:http-get cache-http-get))