missing commits from 19688

This commit is contained in:
James Bardin
2018-12-18 19:06:49 -05:00
committed by Martin Atkins
parent bbaa8af4f7
commit 149ccd929e
3 changed files with 5 additions and 5 deletions

View File

@@ -729,7 +729,7 @@ func testBackendState(t *testing.T, s *terraform.State, c int) (*terraform.State
state.Backend = &terraform.BackendState{
Type: "http",
ConfigRaw: json.RawMessage(fmt.Sprintf(`{"address":%q}`, srv.URL)),
Hash: hash,
Hash: uint64(hash),
}
return state, srv