You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: Add check identifier when it's implemented
124
+
fork:=ranges.Vars {
125
+
if_, exists:=s.PrefixedVars[k]; exists {
126
+
es=append(es, fmt.Errorf("variable key '%s' cannot exist in both 'vars' and 'prefixed_vars' for step '%s' in sample '%s' of resource '%s'", k, s.Name, sName, rName))
127
+
}
128
+
}
123
129
ifs.Name=="" {
124
130
es=append(es, fmt.Errorf("missing `name` for one step in test sample %s in resource %s", sName, rName))
125
131
}
@@ -204,6 +210,10 @@ func (s *Step) SetHCLText(sysfs fs.FS) {
0 commit comments