diff --git a/pkg/codegen/pcl/binder_test.go b/pkg/codegen/pcl/binder_test.go index d498930f0d23..8cb47ba3d619 100644 --- a/pkg/codegen/pcl/binder_test.go +++ b/pkg/codegen/pcl/binder_test.go @@ -17,6 +17,9 @@ var fileToMockPlugins = map[string]map[string]string{ "aws-resource-options.pp": { "aws": "4.38.0", }, + "other.pp": { + "other": "0.1.0", + }, } func TestBindProgram(t *testing.T) {