diff --git a/pkg/plugin/controllx/snippet_test.go b/pkg/plugin/controllx/snippet_test.go index 2bc41e32..0167bb3c 100644 --- a/pkg/plugin/controllx/snippet_test.go +++ b/pkg/plugin/controllx/snippet_test.go @@ -16,7 +16,7 @@ import ( ) func TestNewSnippetNode(t *testing.T) { - n, err := NewSnippetNode(LangJSON, "") + n, err := NewSnippetNode(LangJSON, "{}") assert.NoError(t, err) assert.NotNil(t, n)