diff options
author | Lusheng Ji <lji@research.att.com> | 2018-02-12 11:04:30 -0500 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2018-02-12 11:04:30 -0500 |
commit | 8accefe3dfc0d07ff7a8609ef681bab44aa9e986 (patch) | |
tree | de1f3013acaf3ea520aca6c7cafce852936b19cb /tests/mock_deployment_handler.js | |
parent | 245ed5b0cd8a4d2ddf1cf94976ee55ed3d04fa1a (diff) |
Update license text
Change-Id: Idff7ac3c209823d0f96d4b942363d41b9e39325a
Signed-off-by: Lusheng Ji <lji@research.att.com>
Issue-ID: DCAEGEN2-325
Diffstat (limited to 'tests/mock_deployment_handler.js')
-rw-r--r-- | tests/mock_deployment_handler.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mock_deployment_handler.js b/tests/mock_deployment_handler.js index ed0468f..ee42511 100644 --- a/tests/mock_deployment_handler.js +++ b/tests/mock_deployment_handler.js @@ -99,4 +99,4 @@ const run_dh = function() { module.exports.INVENTORY_URL = INVENTORY_URL; module.exports.CLOUDIFY_URL = CLOUDIFY_URL; module.exports.add_tests = function(new_tests) {Array.prototype.push.apply(tests, new_tests);}; -module.exports.run_dh = run_dh;
\ No newline at end of file +module.exports.run_dh = run_dh; |