From 8accefe3dfc0d07ff7a8609ef681bab44aa9e986 Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Mon, 12 Feb 2018 11:04:30 -0500 Subject: Update license text Change-Id: Idff7ac3c209823d0f96d4b942363d41b9e39325a Signed-off-by: Lusheng Ji Issue-ID: DCAEGEN2-325 --- tests/mock_deployment_handler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/mock_deployment_handler.js') 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; -- cgit 1.2.3-korg