We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d09783 commit 8770871Copy full SHA for 8770871
test/yaml-rest-runner/src/main/java/org/elasticsearch/test/rest/yaml/section/Assertion.java
@@ -50,7 +50,7 @@ protected final Object resolveExpectedValue(ClientYamlTestExecutionContext execu
50
}
51
52
protected final Object getActualValue(ClientYamlTestExecutionContext executionContext) throws IOException {
53
- // If the "key" contains only a simple stashed value reference, such as "$body", just get that value from the stash.
+ // If the "field" name contains only a simple stashed value reference, such as "$body", just get that value from the stash.
54
if (executionContext.stash().isSimpleStashedValue(field)) {
55
return executionContext.stash().getValue(field);
56
0 commit comments