Merge "Claim post requires a body"
This commit is contained in:
commit
c0117a19f3
@ -87,7 +87,7 @@ class TestClaims(base.V1_1FunctionalTestBase):
|
|||||||
|
|
||||||
test_query_claim.tags = ['smoke', 'positive']
|
test_query_claim.tags = ['smoke', 'positive']
|
||||||
|
|
||||||
@ddt.data(None, {}, {"grace": 100})
|
@ddt.data({}, {"grace": 100})
|
||||||
def test_claim_default_ttl(self, doc):
|
def test_claim_default_ttl(self, doc):
|
||||||
"""Create claim with default TTL and grace values."""
|
"""Create claim with default TTL and grace values."""
|
||||||
params = {'limit': 1}
|
params = {'limit': 1}
|
||||||
|
Loading…
Reference in New Issue
Block a user