aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/javascript
diff options
context:
space:
mode:
authorSébastien Determe <sebastien.determe@intl.att.com>2019-03-29 08:48:11 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-29 08:48:11 +0000
commite8cbe6139e76d5d48bfd9db6a14789a0ee17adaa (patch)
treef9f9fe30c394d29a85325b3d42821a40ce4f1cf7 /src/test/javascript
parent911167cc45c8d6fdab59674e67a8373e894c2979 (diff)
parentbb393ee2f520254b6fa47d282108790eeda95725 (diff)
Merge "Rework deploy/undeploy UI"
Diffstat (limited to 'src/test/javascript')
-rw-r--r--src/test/javascript/propertyController.test.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/javascript/propertyController.test.js b/src/test/javascript/propertyController.test.js
index 6cb779145..fbbc6beca 100644
--- a/src/test/javascript/propertyController.test.js
+++ b/src/test/javascript/propertyController.test.js
@@ -31,8 +31,8 @@ describe('Property controller tests', function() {
expect(propertyController.getMsUI("test")).toEqual(null);
});
- test('getStatus', () => {
- expect(propertyController.getStatus()).toEqual('DESIGN');
+ test('getLastUpdatedStatus', () => {
+ expect(propertyController.getLastUpdatedStatus()).toEqual('DESIGN');
});
test('getDeploymentID', () => {