terraform: remove diff transformer test that no longer happens

pull/9388/head
Mitchell Hashimoto 10 years ago
parent 311d27108e
commit 4988378ccb
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A

@ -48,11 +48,6 @@ func TestDiffTransformer(t *testing.T) {
if actual != expected {
t.Fatalf("bad:\n\n%s", actual)
}
v := g.Vertices()[0].(*NodeApplyableResource)
if v.Config == nil {
t.Fatal("no config")
}
}
const testTransformDiffBasicStr = `

Loading…
Cancel
Save