test_authenticator_httpbasicauth.py 文件源码

python
阅读 18 收藏 0 点赞 0 评论 0

项目:commissaire-mvp 作者: projectatomic 项目源码 文件源码
def test_authenticate_with_invalid_user(self):
        """
        Verify authenticate denies with a proper JSON file, Authorization header, and no matching user.
        """
        self.http_basic_auth = httpbasicauth.HTTPBasicAuth(self.user_config)
        req = falcon.Request(
            create_environ(headers={'Authorization': 'basic Yjpi'}))
        resp = falcon.Response()
        self.assertRaises(
            falcon.HTTPForbidden,
            self.http_basic_auth.authenticate,
            req, resp)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号