aboutsummaryrefslogtreecommitdiffstats
path: root/src/orchestrator/pkg/module/deployment_intent_groups_test.go
diff options
context:
space:
mode:
authorSrivahni Chivukula <srivahni.chivukula@intel.com>2020-02-20 16:23:58 -0800
committerSrivahni Chivukula <srivahni.chivukula@intel.com>2020-03-12 18:35:54 +0000
commitaf34fbc0e67668723eb69a800165f6bfb5100dbf (patch)
treebc3fe5a6607d4c633e05c56e4b436ee9d0fe5796 /src/orchestrator/pkg/module/deployment_intent_groups_test.go
parent84cfa53b496155eaad4a2749f7799d6a523554a4 (diff)
Added tests to Composite App API
Issue-ID: MULTICLOUD-994 Signed-off-by: Srivahni Chivukula <srivahni.chivukula@intel.com> Change-Id: I39f3dc28bca3ff7cefda006cb96eb86c2c069efe
Diffstat (limited to 'src/orchestrator/pkg/module/deployment_intent_groups_test.go')
-rw-r--r--src/orchestrator/pkg/module/deployment_intent_groups_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/orchestrator/pkg/module/deployment_intent_groups_test.go b/src/orchestrator/pkg/module/deployment_intent_groups_test.go
index c0876ceb..13dafd12 100644
--- a/src/orchestrator/pkg/module/deployment_intent_groups_test.go
+++ b/src/orchestrator/pkg/module/deployment_intent_groups_test.go
@@ -94,7 +94,7 @@ func TestCreateDeploymentIntentGroup(t *testing.T) {
},
CompositeAppKey{CompositeAppName: "testCompositeApp",
Version: "testCompositeAppVersion", Project: "testProject"}.String(): {
- "compositeAppmetadata": []byte(
+ "compositeapp": []byte(
"{\"metadata\":{" +
"\"name\":\"testCompositeApp\"," +
"\"description\":\"description\"," +