mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
fix tests that happened during the cleanup
This commit is contained in:
parent
57a47d0b82
commit
f5361286cc
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user