barbican/barbican/tests/api
Fernando Diaz 6f97d23ce7 Throw 405 when specified method not allowed in Secret Metadatum
This patch resolves a bug where a 404 was being thrown instead of
a 405, when an invalid method was performed. It was because
pecan index() can't handle fallback when a method consumes
additional arguments.

Change-Id: I8daddba238a977baa6d0366b2412b626df247d8e
Closes-Bug: #1554350
2016-03-09 18:59:46 +00:00
..
controllers Throw 405 when specified method not allowed in Secret Metadatum 2016-03-09 18:59:46 +00:00
middleware Add missing X-xxxx HTTP headers to the unauth context 2015-09-20 23:24:08 -05:00
__init__.py Add I18n-related unit tests (Part 3) 2015-01-05 16:41:08 -06:00
test_init.py Replace oslo incubator jsonutils with oslo_serialization 2015-06-11 09:22:40 -05:00
test_resources.py Using dict.items() is better than six.iteritems(dict) 2016-01-21 19:56:54 +08:00
test_resources_policy.py Flatten exceptions used in policy tests 2015-07-28 16:56:02 +03:00
test_transport_keys_resource.py Use assertEqual/Greater/LessEqual/IsNone 2016-03-01 15:23:22 +01:00