~launchpad-pqm/launchpad/devel

1
2
3
4
5
6
7
8
9
Ensure we are raising 404 error instead of System Error

  >>> print http(r"""
  ... POST /codeofconduct/donkey HTTP/1.1
  ... Authorization: Basic Zm9vLmJhckBjYW5vbmljYWwuY29tOnRlc3Q=
  ... """)
  HTTP/1.1 404 Not Found
  ...