Merge pull request #26520 from hashicorp/jbardin/fix-test-divergence

fix tests that happened during the cleanup
This commit is contained in:
James Bardin 2020-10-08 15:04:40 -04:00 committed by GitHub
commit c4d6b13285
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11928,8 +11928,8 @@ resource "test_resource" "foo" {
})
p := testProvider("test")
p.ApplyFn = testApplyFn
p.DiffFn = testDiffFn
p.ApplyResourceChangeFn = testApplyFn
p.PlanResourceChangeFn = testDiffFn
ctx := testContext2(t, &ContextOpts{
Config: m,