From 1cd1dcd65240827d8fe53b4eeeb70e4254346e77 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 6 Jan 2025 13:12:59 +0000 Subject: [PATCH] delint Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- .../homeserver/synapse/templates/mas-oidc/homeserver.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright/plugins/homeserver/synapse/templates/mas-oidc/homeserver.yaml b/playwright/plugins/homeserver/synapse/templates/mas-oidc/homeserver.yaml index 147944b89f..c2badec759 100644 --- a/playwright/plugins/homeserver/synapse/templates/mas-oidc/homeserver.yaml +++ b/playwright/plugins/homeserver/synapse/templates/mas-oidc/homeserver.yaml @@ -83,7 +83,7 @@ experimental_features: enabled: true issuer: http://localhost:%MAS_PORT%/ - introspection_endpoint: "http://localhost:%MAS_PORT%/oauth2/introspect", + introspection_endpoint: "http://localhost:%MAS_PORT%/oauth2/introspect" # Matches the `client_id` in the auth service config client_id: 0000000000000000000SYNAPSE