Skip to content

Commit 77b849d

Browse files
committed
Update test command output.
1 parent 46c4ea2 commit 77b849d

File tree

1 file changed

+2
-2
lines changed
  • stac_fastapi/sfeos_helpers/stac_fastapi/sfeos_helpers/database

1 file changed

+2
-2
lines changed

stac_fastapi/sfeos_helpers/stac_fastapi/sfeos_helpers/database/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ def test_commands(
212212

213213
commands.add(
214214
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});}}"
215+
f"{{Debug.explain('Test failed `{path.location}`"
216+
f" != ' + ctx._source{path.es_location});}}"
217217
)
218218

219219

0 commit comments

Comments
 (0)