From 25346c6e7fd96ab59cb901c860f1eae36961de1c Mon Sep 17 00:00:00 2001 From: Romain Caire Date: Sat, 25 Nov 2023 01:58:25 +0100 Subject: [PATCH] Fix tests --- oauth2/.snapshots/TestHandlerWellKnown-hsm_enabled=true.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth2/.snapshots/TestHandlerWellKnown-hsm_enabled=true.json b/oauth2/.snapshots/TestHandlerWellKnown-hsm_enabled=true.json index 2c8f55a026f..6a7ca616431 100644 --- a/oauth2/.snapshots/TestHandlerWellKnown-hsm_enabled=true.json +++ b/oauth2/.snapshots/TestHandlerWellKnown-hsm_enabled=true.json @@ -10,7 +10,6 @@ "plain", "S256" ], - "device_authorization_endpoint": "http://hydra.localhost/oauth2/device/auth", "credentials_endpoint_draft_00": "http://hydra.localhost/credentials", "credentials_supported_draft_00": [ { @@ -36,6 +35,7 @@ ] } ], + "device_authorization_endpoint": "http://hydra.localhost/oauth2/device/auth", "end_session_endpoint": "http://hydra.localhost/oauth2/sessions/logout", "frontchannel_logout_session_supported": true, "frontchannel_logout_supported": true,