2021-02-27 Vivien Kraus * resource-server.scm ("resource-server"): Fix this test. * provider-confirmation.scm ("provider-confirmation"): Fix test. * token-endpoint-issue.scm ("token-endpoint-issue"): Fix test. * token-endpoint-refresh.scm ("token-endpoint-refresh"): Fix test. * authorization-endpoint-submit-form.scm ("authorization-endpoint-submit-form"): Fix test. * authorization-endpoint-no-args.scm ("authorization-endpoint-get-form"): Fix test. * authorization-endpoint-get-form.scm: fix test. * client-manifest-public.scm ("client-manifest-public"): Use (web client with-cache). * client-manifest-fraudulent.scm (webid-oidc): Use (web client with-cache). * jwks-get.scm ("jwks-get"): Key sets are not stripped from unused fields anymore, so remove last test case. * Makefile.am (TESTS): Remove the "cache" test, because the cache is a separate package. 2021-02-07 Vivien Kraus * authorization-endpoint-get-form.scm ("authorization-endpoint-get-form"): fix formatting