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 46c4ea2 commit 77b849dCopy full SHA for 77b849d
stac_fastapi/sfeos_helpers/stac_fastapi/sfeos_helpers/database/utils.py
@@ -212,8 +212,8 @@ def test_commands(
212
213
commands.add(
214
f"if (ctx._source{path.es_location} != {value})"
215
- f"{{Debug.explain('Test failed `{path.location}` | "
216
- f"{operation.json_value} != ' + ctx._source{path.es_location});}}"
+ f"{{Debug.explain('Test failed `{path.location}`"
+ f" != ' + ctx._source{path.es_location});}}"
217
)
218
219
0 commit comments