AppManager: Fix derived value calculation

Change-Id: I97c429437b5df4ea782883190f420f9f60111ff4
diff --git a/core/installer/dodo_app_test.go b/core/installer/dodo_app_test.go
index b2cca5d..ec78325 100644
--- a/core/installer/dodo_app_test.go
+++ b/core/installer/dodo_app_test.go
@@ -10,6 +10,12 @@
 )
 
 var exposed = `
+input: {
+  key: {
+    private: "asd"
+    public: "qwe"
+  }
+}
 service: [{
     name: "app"
 	type: "golang:1.20.0"