mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
* OIDC: Drop scopes validation (fixes #5464) * Fix test * Remove claims as well
This commit is contained in:
@@ -175,12 +175,6 @@ def test_incompatible():
|
||||
oidc_validate_and_complete_config(config)
|
||||
assert "not requesting" in str(e.value)
|
||||
|
||||
config["scope"] = "openid foo"
|
||||
|
||||
with pytest.raises(ValidationError) as e:
|
||||
oidc_validate_and_complete_config(config)
|
||||
assert "requesting scope" in str(e.value)
|
||||
|
||||
|
||||
@responses.activate
|
||||
def test_compatible():
|
||||
|
||||
Reference in New Issue
Block a user