We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6805f92 commit 6c3d357Copy full SHA for 6c3d357
test/integration/oidc/test_auth_oidc.py
@@ -225,7 +225,7 @@ class TestGalaxyOIDCLoginIntegration(AbstractTestCases.BaseKeycloakIntegrationTe
225
Test Galaxy's keycloak-based OIDC login integration.
226
"""
227
228
- REGEX_GALAXY_CSRF_TOKEN = re.compile(r"session_csrf_token\": \"(.*)\"")
+ REGEX_GALAXY_CSRF_TOKEN = re.compile(r"session_csrf_token = \"(.*)\"")
229
provider_name = "keycloak"
230
231
@classmethod
0 commit comments