api.system.services.v1.test_helpers.status package

Submodules

api.system.services.v1.test_helpers.status.get_service_status module

api.system.services.v1.test_helpers.status.get_service_status.forbidden(function)[source]

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

api.system.services.v1.test_helpers.status.get_service_status.not_found(function)[source]

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

api.system.services.v1.test_helpers.status.get_service_status.success(function)[source]

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

api.system.services.v1.test_helpers.status.get_service_status.unauthorized(function)[source]

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

Module contents