aboutsummaryrefslogtreecommitdiffstats
path: root/src/orchestrator/pkg/module/compositeapp_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/orchestrator/pkg/module/compositeapp_test.go')
-rw-r--r--src/orchestrator/pkg/module/compositeapp_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/orchestrator/pkg/module/compositeapp_test.go b/src/orchestrator/pkg/module/compositeapp_test.go
index a1a2ec1d..1fc5f5d2 100644
--- a/src/orchestrator/pkg/module/compositeapp_test.go
+++ b/src/orchestrator/pkg/module/compositeapp_test.go
@@ -132,7 +132,7 @@ func TestGetCompositeApp(t *testing.T) {
mockdb: &db.MockDB{
Items: map[string]map[string][]byte{
CompositeAppKey{CompositeAppName: "testCompositeApp", Version: "v1", Project: "testProject"}.String(): {
- "compositeapp": []byte(
+ "compositeappmetadata": []byte(
"{" +
"\"metadata\":{" +
"\"Name\":\"testCompositeApp\"," +
@@ -195,7 +195,7 @@ func TestDeleteCompositeApp(t *testing.T) {
mockdb: &db.MockDB{
Items: map[string]map[string][]byte{
CompositeAppKey{CompositeAppName: "testCompositeApp", Version: "v1", Project: "testProject"}.String(): {
- "compositeapp": []byte(
+ "compositeappmetadata": []byte(
"{" +
"\"metadata\":{" +
"\"Name\":\"testCompositeApp\"," +