mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-08 18:01:13 -04:00
missing commits from 19688
This commit is contained in:
committed by
Martin Atkins
parent
bbaa8af4f7
commit
149ccd929e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user