[VVP] Updating test that parameters section must have param
[vvp/validation-scripts.git] / ice_validator / tests / fixtures / test_heat_template_structure / fail / incremental.yaml
@@ -34,9 +34,9 @@
 # limitations under the License.
 #
 # ============LICENSE_END============================================
 # limitations under the License.
 #
 # ============LICENSE_END============================================
-#
-#
----
-b: 1
-  c: "example"
-d: 100
+parameters:
+
+outputs:
+  a:
+    description: a value
+    value: { get_param: a }