Merge pull request #26520 from hashicorp/jbardin/fix-test-divergence
fix tests that happened during the cleanup
This commit is contained in:
commit
c4d6b13285
|
@ -11928,8 +11928,8 @@ resource "test_resource" "foo" {
|
||||||
})
|
})
|
||||||
|
|
||||||
p := testProvider("test")
|
p := testProvider("test")
|
||||||
p.ApplyFn = testApplyFn
|
p.ApplyResourceChangeFn = testApplyFn
|
||||||
p.DiffFn = testDiffFn
|
p.PlanResourceChangeFn = testDiffFn
|
||||||
|
|
||||||
ctx := testContext2(t, &ContextOpts{
|
ctx := testContext2(t, &ContextOpts{
|
||||||
Config: m,
|
Config: m,
|
||||||
|
|
Loading…
Reference in New Issue