update remote-state/inmem client

This commit is contained in:
James Bardin 2017-02-27 17:02:08 -05:00
parent 8fdf3a42b8
commit 597eb6c918
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ func TestRemoteClient(t *testing.T) {
}
func TestInmemLocks(t *testing.T) {
s, err := backend.TestBackendConfig(t, New(), nil).State()
s, err := backend.TestBackendConfig(t, New(), nil).State(backend.DefaultStateName)
if err != nil {
t.Fatal(err)
}