diff --git a/command/command_test.go b/command/command_test.go index b7921caa7..7e786ffcc 100644 --- a/command/command_test.go +++ b/command/command_test.go @@ -713,7 +713,7 @@ func testBackendState(t *testing.T, s *terraform.State, c int) (*terraform.State Type: "http", Config: configs.SynthBody("", map[string]cty.Value{}), } - b := backendinit.Backend("http")() + b := backendInit.Backend("http")() configSchema := b.ConfigSchema() hash := backendConfig.Hash(configSchema)