Yeuoly 10 kuukautta sitten
vanhempi
commit
944316b137

+ 1 - 0
internal/types/entities/plugin_entities/plugin_declaration_test.go

@@ -14,6 +14,7 @@ func preparePluginDeclaration() PluginDeclaration {
 			Version: "0.0.1",
 			Type:    PluginType,
 			Name:    "test",
+			Icon:    "test.svg",
 			Label: I18nObject{
 				EnUS: "test",
 			},