Fix building of consul backend test

This commit is contained in:
Jeff Mitchell 2016-01-29 19:38:21 -05:00
parent d3a705f17b
commit bab1220fb8

View file

@ -60,7 +60,7 @@ func TestBackend_crud(t *testing.T) {
Backend: b,
Steps: []logicaltest.TestStep{
testAccStepWritePolicy(t, "test", testPolicy, ""),
testAccStepReadPolicy(t, "test", testPolicy, DefaultLeaseDuration),
testAccStepReadPolicy(t, "test", testPolicy, b.System().DefaultLeaseTTL()),
testAccStepDeletePolicy(t, "test"),
},
})