summaryrefslogtreecommitdiffstats
path: root/clamp-policy/tests/test_tasks.py
diff options
context:
space:
mode:
Diffstat (limited to 'clamp-policy/tests/test_tasks.py')
-rw-r--r--clamp-policy/tests/test_tasks.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/clamp-policy/tests/test_tasks.py b/clamp-policy/tests/test_tasks.py
index f4c8d5a..21c7660 100644
--- a/clamp-policy/tests/test_tasks.py
+++ b/clamp-policy/tests/test_tasks.py
@@ -1,5 +1,6 @@
# ================================================================================
# Copyright (c) 2019 Wipro Limited Intellectual Property. All rights reserved.
+# Copyright (c) 2020 AT&T Intellectual Property. All rights reserved.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -43,4 +44,4 @@ def test_policy_get():
"""test policy_get operation on clamp.nodes.policy node"""
mock_ctx = MockCloudifyContext(node_id='policy_model_id',node_name='clamp.nodes.policy')
current_ctx.set(mock_ctx)
- tasks.policy_get() \ No newline at end of file
+ tasks.policy_get()