api.authentication.v1.test_helpers.impersonate package

Submodules

api.authentication.v1.test_helpers.impersonate.constrain module

api.authentication.v1.test_helpers.impersonate.constrain.forbidden(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/authentication/v1/impersonate, respond with HTTP 403

api.authentication.v1.test_helpers.impersonate.constrain.not_found(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/authentication/v1/impersonate, respond with HTTP 404

api.authentication.v1.test_helpers.impersonate.constrain.success(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/authentication/v1/impersonate, respond with HTTP 200

api.authentication.v1.test_helpers.impersonate.constrain.unauthorized(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/authentication/v1/impersonate, respond with HTTP 401

Module contents