Variable reference from $VAR to @VAR to avoid object conflict
This commit is contained in:
@@ -151,7 +151,7 @@ diags := params["diagnostics"].([]interface{})
|
||||
foundOrdering = true
|
||||
t.Log("Found Ordering error")
|
||||
}
|
||||
if strings.Contains(m, "Unresolved variable reference: '$Value'") {
|
||||
if strings.Contains(m, "Unresolved variable reference: '@Value'") {
|
||||
foundVariable = true
|
||||
t.Log("Found Variable error")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user