Merge "Claim post requires a body"

This commit is contained in:
Jenkins 2014-11-18 00:16:27 +00:00 committed by Gerrit Code Review
commit c0117a19f3

View File

@ -87,7 +87,7 @@ class TestClaims(base.V1_1FunctionalTestBase):
test_query_claim.tags = ['smoke', 'positive']
@ddt.data(None, {}, {"grace": 100})
@ddt.data({}, {"grace": 100})
def test_claim_default_ttl(self, doc):
"""Create claim with default TTL and grace values."""
params = {'limit': 1}