Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Rathi <amit@hypertrack.io>2018-11-19 23:45:33 +0300
committerAmit Rathi <amit@hypertrack.io>2018-11-19 23:45:33 +0300
commit6196bb6a601b7530d69104b195abde3e023340af (patch)
tree2532a822b9870e931c6fbdeb94264671b17ef523 /spec/javascripts/clusters/stores/clusters_store_spec.js
parent6eced5ff74e0b829492dde7456379d215290b8ec (diff)
Fixing tests
Diffstat (limited to 'spec/javascripts/clusters/stores/clusters_store_spec.js')
-rw-r--r--spec/javascripts/clusters/stores/clusters_store_spec.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/javascripts/clusters/stores/clusters_store_spec.js b/spec/javascripts/clusters/stores/clusters_store_spec.js
index 34ed36afa5b..6a08d08f33e 100644
--- a/spec/javascripts/clusters/stores/clusters_store_spec.js
+++ b/spec/javascripts/clusters/stores/clusters_store_spec.js
@@ -108,6 +108,13 @@ describe('Clusters Store', () => {
requestReason: null,
hostname: null,
},
+ cert_manager: {
+ title: 'Cert-Manager',
+ status: mockResponseData.applications[6].status,
+ statusReason: mockResponseData.applications[6].status_reason,
+ requestStatus: null,
+ requestReason: null,
+ },
},
});
});