update remote-state/consul

This commit is contained in:
James Bardin 2017-02-27 17:09:26 -05:00
parent 597eb6c918
commit f866bb545c
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ func TestConsul_stateLock(t *testing.T) {
sA, err := backend.TestBackendConfig(t, New(), map[string]interface{}{
"address": addr,
"path": path,
}).State()
}).State(backend.DefaultStateName)
if err != nil {
t.Fatal(err)
}
@ -54,7 +54,7 @@ func TestConsul_stateLock(t *testing.T) {
sB, err := backend.TestBackendConfig(t, New(), map[string]interface{}{
"address": addr,
"path": path,
}).State()
}).State(backend.DefaultStateName)
if err != nil {
t.Fatal(err)
}