fix menu
This commit is contained in:
@@ -68,9 +68,9 @@ def test_forbidden(
|
||||
method=HTTPMethod.GET,
|
||||
query_string_parameters={
|
||||
'response_type': 'code',
|
||||
'client_id': '6ebe1709-0831-455c-84c0-d4c753bf33c6',
|
||||
'client_id': '5e90c38f-f058-4e16-91fa-952554a290c5',
|
||||
'redirect_uri': 'https://localhost/callback',
|
||||
'scope': 'openid email offline_access',
|
||||
'scope': 'apps:admin',
|
||||
'nonce': '123',
|
||||
'state': '456',
|
||||
},
|
||||
@@ -110,4 +110,4 @@ def test_invalid_session(
|
||||
lambda_context,
|
||||
)
|
||||
|
||||
assert r['statusCode'] == HTTPStatus.BAD_REQUEST
|
||||
assert r['statusCode'] == HTTPStatus.NOT_FOUND
|
||||
|
||||
Reference in New Issue
Block a user