core: TestContext2Apply_dataDependsOn

This commit is contained in:
James Bardin 2018-06-01 14:48:43 -04:00 committed by Martin Atkins
parent 711f305dce
commit df2907abb9
1 changed files with 0 additions and 1 deletions

View File

@ -9185,7 +9185,6 @@ func TestContext2Apply_dataDependsOn(t *testing.T) {
t.Fatalf("diags: %s", diags.Err())
}
t.Fatal("nil pointer below")
root := state.ModuleByPath(addrs.RootModuleInstance)
actual := root.Resources["data.null_data_source.read"].Primary.Attributes["foo"]