commit | 6d89eb45d0b9ffc7d97c094ba9a0e0b58c0cfc53 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Mon Apr 17 05:00:31 2017 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Mon Apr 17 05:00:31 2017 +0000 |
tree | 161b0dcfed96bbd8c4eb3e8b8d173b432ca2cade | |
parent | f730894d833dc69781730196ed0268ef1f7de754 [diff] | |
parent | c13d350d7ab4d086cbbce10a05c4fa8daffedbe9 [diff] |
Merge "fix overaggressive 403->404 conversion"
diff --git a/neutron/tests/tempest/api/test_qos.py b/neutron/tests/tempest/api/test_qos.py index 184c092..104fb9b 100644 --- a/neutron/tests/tempest/api/test_qos.py +++ b/neutron/tests/tempest/api/test_qos.py
@@ -473,7 +473,7 @@ max_kbps=1, max_burst_kbps=1) self.assertRaises( - exceptions.NotFound, + exceptions.Forbidden, self.client.update_bandwidth_limit_rule, policy['id'], rule['id'], max_kbps=2, max_burst_kbps=4)