Felipe Monteiro | e7e552e | 2017-05-02 17:04:12 +0100 | [diff] [blame] | 1 | --- |
| 2 | fixes: |
| 3 | - | |
| 4 | Removed ``rule`` kwarg from ``rbac_rule_validation`` decorator for identity |
| 5 | v2 admin tests, because the identity v2 admin API does not do policy |
| 6 | enforcement, and instead checks whether the request object has |
| 7 | ``context_is_admin``. |
| 8 | other: |
| 9 | - | |
| 10 | Updated the class names for identity v2 tests to include the "Admin" |
| 11 | substring, to convey the fact that these tests are only intended |
| 12 | to test the v2 admin API, not the v2 API. |