Introduce extensions: Gubbins #37
Annotations
10 errors
extensions/gubbins/gubbins-routers/tests/test_auth.py#L248
test_device_flow
AssertionError: {'detail': [{'input': None, 'loc': ['query', 'args'], 'msg': 'Field required', 'type': 'missing'}, {'input': None, 'loc': ['query', 'kwargs'], 'msg': 'Field required', 'type': 'missing'}]}
assert 422 == 400
+ where 422 = <Response [422 Unprocessable Entity]>.status_code
|
extensions/gubbins/gubbins-routers/tests/test_auth.py#L371
test_flows_with_unallowed_properties
AssertionError: {'detail': [{'input': None, 'loc': ['query', 'args'], 'msg': 'Field required', 'type': 'missing'}, {'input': None, 'loc': ['query', 'kwargs'], 'msg': 'Field required', 'type': 'missing'}]}
assert 422 == 403
+ where 422 = <Response [422 Unprocessable Entity]>.status_code
|
extensions/gubbins/gubbins-routers/tests/test_auth.py#L413
test_flows_with_invalid_properties
AssertionError: {'detail': [{'input': None, 'loc': ['query', 'args'], 'msg': 'Field required', 'type': 'missing'}, {'input': None, 'loc': ['query', 'kwargs'], 'msg': 'Field required', 'type': 'missing'}]}
assert 422 == 400
+ where 422 = <Response [422 Unprocessable Entity]>.status_code
|
extensions/gubbins/gubbins-routers/tests/test_auth.py#L427
test_refresh_token_rotation
KeyError: 'verification_uri_complete'
|
extensions/gubbins/gubbins-routers/tests/test_auth.py#L484
test_refresh_token_expired
KeyError: 'verification_uri_complete'
|
extensions/gubbins/gubbins-routers/tests/test_auth.py#L519
test_refresh_token_invalid
KeyError: 'verification_uri_complete'
|
extensions/gubbins/gubbins-routers/tests/test_auth.py#L573
test_list_refresh_tokens
KeyError: 'verification_uri_complete'
|
extensions/gubbins/gubbins-routers/tests/test_auth.py#L640
test_revoke_refresh_tokens_normal_user
KeyError: 'verification_uri_complete'
|
extensions/gubbins/gubbins-routers/tests/test_auth.py#L699
test_revoke_refresh_tokens_token_manager
KeyError: 'verification_uri_complete'
|
|
This job failed
Loading