api.authentication.v1.test_helpers.logout package

Submodules

api.authentication.v1.test_helpers.logout.logout module

api.authentication.v1.test_helpers.logout.logout.access_denied(function)[source]

Mock https://portal.mnemonic.no/web/api/authentication/v1/logout, respond with HTTP 403

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

Mock https://portal.mnemonic.no/web/api/authentication/v1/logout, respond with HTTP 404

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

Mock https://portal.mnemonic.no/web/api/authentication/v1/logout, respond with HTTP 200

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

Mock https://portal.mnemonic.no/web/api/authentication/v1/logout, respond with HTTP 401

Module contents