terraform: remove diff transformer test that no longer happens

This commit is contained in:
Mitchell Hashimoto 2016-09-20 10:26:38 -07:00
parent 311d27108e
commit 4988378ccb
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 0 additions and 5 deletions

View File

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