| commit | 842db3f5be99c6b700072911c49c7c03f48daca6 | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Fri May 30 11:57:20 2025 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Fri May 30 13:02:42 2025 +0400 |
| tree | f914b4c4377fe6658fb1a5c944bd848fc3e58745 | |
| parent | 8fad76ab737dff9fc24d17b3b88ae491ed9af8b7 [diff] [blame] |
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"