PR-3242 Improve handling of JWT bearer tokens #853
Annotations
7 errors and 1 warning
Run pytest --cov=thin_egress_app --cov-report=term-missing --cov-report=xml --cov-branch tests:
tests/test_app.py#L1376
test_request_authorizer_bearer_header
AttributeError: <module 'thin_egress_app.app' from '/home/runner/work/thin-egress-app/thin-egress-app/thin_egress_app/app.py'> does not have the attribute 'get_new_token_and_profile'
|
Run pytest --cov=thin_egress_app --cov-report=term-missing --cov-report=xml --cov-branch tests:
tests/test_app.py#L1376
test_request_authorizer_bearer_header_eula_error
AttributeError: <module 'thin_egress_app.app' from '/home/runner/work/thin-egress-app/thin-egress-app/thin_egress_app/app.py'> does not have the attribute 'get_user_from_token'
|
Run pytest --cov=thin_egress_app --cov-report=term-missing --cov-report=xml --cov-branch tests:
tests/test_app.py#L1376
test_request_authorizer_bearer_header_eula_error_browser
AttributeError: <module 'thin_egress_app.app' from '/home/runner/work/thin-egress-app/thin-egress-app/thin_egress_app/app.py'> does not have the attribute 'get_user_from_token'
|
Run pytest --cov=thin_egress_app --cov-report=term-missing --cov-report=xml --cov-branch tests:
tests/test_app.py#L1376
test_request_authorizer_bearer_header_no_profile
AttributeError: <module 'thin_egress_app.app' from '/home/runner/work/thin-egress-app/thin-egress-app/thin_egress_app/app.py'> does not have the attribute 'get_new_token_and_profile'
|
Run pytest --cov=thin_egress_app --cov-report=term-missing --cov-report=xml --cov-branch tests:
tests/test_app.py#L1376
test_request_authorizer_bearer_header_no_user_id
AttributeError: <module 'thin_egress_app.app' from '/home/runner/work/thin-egress-app/thin-egress-app/thin_egress_app/app.py'> does not have the attribute 'get_user_from_token'
|
Run pytest --cov=thin_egress_app --cov-report=term-missing --cov-report=xml --cov-branch tests:
tests/test_app.py#L1376
test_dynamic_url_bearer_auth
AttributeError: <module 'thin_egress_app.app' from '/home/runner/work/thin-egress-app/thin-egress-app/thin_egress_app/app.py'> does not have the attribute 'get_new_token_and_profile'
|
Run pytest --cov=thin_egress_app --cov-report=term-missing --cov-report=xml --cov-branch tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading