Skip to content

Commit 50748c8

Browse files
committed
1 parent f2ab5d8 commit 50748c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/internal/host2plugin/host2plugin_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
)
1818

1919
func startTestGRPCPluginServer(t *testing.T, ruleset tflint.RuleSet) *GRPCClient {
20-
client, _ := plugin.TestPluginGRPCConn(t, map[string]plugin.Plugin{
20+
client, _ := plugin.TestPluginGRPCConn(t, false, map[string]plugin.Plugin{
2121
"ruleset": &RuleSetPlugin{impl: ruleset},
2222
})
2323
raw, err := client.Dispense("ruleset")

0 commit comments

Comments
 (0)