Advertisement
bbcqx

Failed tests

Apr 27th, 2023 (edited)
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1. FAILED tests/test_api/test_endsession_endpoint.py::TestEndSessionEndpoint::test_successful_authorize_request - assert 404 == 302
  2. FAILED tests/test_api/test_endsession_endpoint.py::TestEndSessionEndpoint::test_successful_authorize_request_without_uri - assert 404 == 204
  3. FAILED tests/test_api/test_endsession_endpoint.py::TestEndSessionEndpoint::test_successful_authorize_request_wrong_uri - assert '{"message":"...t logged in"}' == '{"message":"...edirect uri"}'
  4. FAILED tests/test_api/test_introspection_endpoint.py::TestIntrospectionEndpoint::test_successful_introspection_request - AssertionError: assert {'active': Tr...'exp': 0, ...} == {'active': Tr...'exp': 0, ...}
  5. FAILED tests/test_api/test_token_endpoint.py::TestTokenEndpoint::test_client_credentials_successful - assert 401 == 200
  6. FAILED tests/test_api/test_token_endpoint.py::TestTokenEndpoint::test_client_credentials_incorrect_scope - assert 401 == 400
  7. FAILED tests/test_e2e/test_authorization_code_flow.py::TestAuthorizationCodeFlow::test_successful_authorization_code_flow - TypeError: 'NoneType' object is not subscriptable
  8. FAILED tests/test_e2e/test_device_flow.py::TestDeviceFlow::test_successful_device_flow - assert False is True
  9. FAILED tests/test_e2e/test_device_flow.py::TestDeviceFlow::test_unsuccessful_device_flow - assert False is True
  10. FAILED tests/test_e2e/test_third_party_github_flow.py::TestThirdPartyGithubFlow::test_successful_github_code_flow - TypeError: 'NoneType' object is not subscriptable
  11. FAILED tests/test_e2e/test_third_party_gitlab_and_microsoft_flows.py::TestThirdPartyMicrosoftFlow::test_successful_microsoft_code_flow - TypeError: 'NoneType' object is not subscriptable
  12. FAILED tests/test_e2e/test_third_party_google_flow.py::TestThirdPartyGoogleFlow::test_successful_google_code_flow - TypeError: 'NoneType' object is not subscriptable
  13. FAILED tests/test_e2e/test_third_party_linkedin_flow.py::TestThirdPartyLinkedinFlow::test_successful_linkedin_code_flow - TypeError: 'NoneType' object is not subscriptable
  14. FAILED tests/test_e2e/test_token_id_token_flow.py::TestAuthorizationTokenFlow::test_successful_authorization_token_flow - assert 403 == 200
  15. FAILED tests/test_unit/test_repositories/test_client_repository.py::TestClientRepository::test_get_client_secret_by_client_id - AssertionError: assert 'film' == 'past'
  16. FAILED tests/test_unit/test_repositories/test_end_session_repository.py::TestClientRepository::test_validate_post_logout_redirect_uri - src.data_access.postgresql.errors.client.ClientPostLogoutRedirectUriError: Post logout redirect uri you are looking for does not exist
  17. FAILED tests/test_unit/test_services/test_end_session_service.py::TestEndSessionService::test_validate_logout_redirect_uri - src.data_access.postgresql.errors.client.ClientPostLogoutRedirectUriError: Post logout redirect uri you are looking for does not exist
  18. FAILED tests/test_unit/test_services/test_end_session_service.py::TestEndSessionService::test_end_session - src.data_access.postgresql.errors.persistent_grant.PersistentGrantNotFoundError: Persistent grant you are looking for does not exist
  19. FAILED tests/test_unit/test_services/test_end_session_service.py::TestEndSessionService::test_end_session_wrong_uri - src.data_access.postgresql.errors.persistent_grant.PersistentGrantNotFoundError: Persistent grant you are looking for does not exist
  20. FAILED tests/test_unit/test_services/test_token_service.py::TestTokenServices::test_maker_client_credentials - src.data_access.postgresql.errors.client.ClientNotFoundError
  21. =========================================================================================== 20 failed, 279 passed in 254.84s (0:04:14) ============================================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement