Fix building of consul backend test
This commit is contained in:
parent
d3a705f17b
commit
bab1220fb8
|
@ -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"),
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue