api.authentication.v1.password.test_helpers.password_authenticate package

Submodules

api.authentication.v1.password.test_helpers.password_authenticate.authenticate module

api.authentication.v1.password.test_helpers.password_authenticate.authenticate.forbidden(function)[source]

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

api.authentication.v1.password.test_helpers.password_authenticate.authenticate.not_found(function)[source]

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

api.authentication.v1.password.test_helpers.password_authenticate.authenticate.success(function)[source]

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

api.authentication.v1.password.test_helpers.password_authenticate.authenticate.unauthorized(function)[source]

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

Module contents