summaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/test_required_parameters_specified_in_heat_templates.py
diff options
context:
space:
mode:
Diffstat (limited to 'ice_validator/tests/test_required_parameters_specified_in_heat_templates.py')
-rw-r--r--ice_validator/tests/test_required_parameters_specified_in_heat_templates.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ice_validator/tests/test_required_parameters_specified_in_heat_templates.py b/ice_validator/tests/test_required_parameters_specified_in_heat_templates.py
index bbfcf2d..9b38722 100644
--- a/ice_validator/tests/test_required_parameters_specified_in_heat_templates.py
+++ b/ice_validator/tests/test_required_parameters_specified_in_heat_templates.py
@@ -2,7 +2,7 @@
# ============LICENSE_START=======================================================
# org.onap.vvp/validation-scripts
# ===================================================================
-# Copyright © 2018 AT&T Intellectual Property. All rights reserved.
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
# ===================================================================
#
# Unless otherwise specified, all software contained herein is licensed
@@ -39,7 +39,7 @@
#
import pytest
-import yaml
+from tests import cached_yaml as yaml
def test_required_parameters_provided_in_heat_template(heat_template):