diff --git a/internal/stacks/stackruntime/apply_test.go b/internal/stacks/stackruntime/apply_test.go index d1be66a18a..e6c039b0c2 100644 --- a/internal/stacks/stackruntime/apply_test.go +++ b/internal/stacks/stackruntime/apply_test.go @@ -809,7 +809,7 @@ func TestApply(t *testing.T) { ResourceInstanceObjectAddr: mustAbsResourceInstanceObject("component.self[\"removed\"].testing_resource.data"), ProviderConfigAddr: mustDefaultRootProvider("testing"), NewStateSrc: nil, - Schema: nil, + Schema: providers.Schema{}, }, &stackstate.AppliedChangeInputVariable{ Addr: mustStackInputVariable("input"),