Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Preparatory refactoring of the SamlHandlerTestCase #8938

Merged
merged 3 commits into from
Dec 15, 2020

Commits on Dec 14, 2020

  1. move simple_async_mock to test_utils

    ... so that it can be re-used
    richvdh committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    f0051a4 View commit details
    Browse the repository at this point in the history
  2. Remove references to SamlHandler._map_saml_response_to_user from tests

    This method is going away, so we can no longer use it as a test point. Instead,
    factor out a higher-level method which takes a SAML object, and verify correct
    behaviour by mocking out `AuthHandler.complete_sso_login`.
    richvdh committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    db67e53 View commit details
    Browse the repository at this point in the history
  3. changelog

    richvdh committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    fa838f3 View commit details
    Browse the repository at this point in the history