diff --git a/barbican/tests/api/controllers/test_quotas.py b/barbican/tests/api/controllers/test_quotas.py index e6efccab..6f4dc42c 100644 --- a/barbican/tests/api/controllers/test_quotas.py +++ b/barbican/tests/api/controllers/test_quotas.py @@ -99,7 +99,7 @@ class WhenTestingQuotas(utils.BarbicanAPIBaseTestCase): def test_should_return_bad_data_put_project_quotas(self): """PUT not allowed operation for /project-quotas/{project-id}""" - params = {'bad data'} + params = {'bad': 'value'} resp = self.app.put( '/project-quotas/{0}'.format(self.project_id), params, expect_errors=True) diff --git a/tests-py3-blacklist.txt b/tests-py3-blacklist.txt index 64f925e2..2a659601 100644 --- a/tests-py3-blacklist.txt +++ b/tests-py3-blacklist.txt @@ -1,5 +1,3 @@ barbican.tests.api.controllers.test_containers -barbican.tests.api.controllers.test_orders -barbican.tests.api.controllers.test_quotas barbican.tests.api.controllers.test_secrets barbican.tests.cmd.test_db_cleanup