Skip to content

Commit b0ecbca

Browse files
committed
Adding missing test params.
1 parent c720ac3 commit b0ecbca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stac_fastapi/core/stac_fastapi/core/utilities.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,9 @@ def operations_to_script(operations: List) -> Dict:
405405
)
406406

407407
if operation.op == "test":
408-
test_commands(commands=commands, operation=operation, path=path)
408+
test_commands(
409+
commands=commands, operation=operation, path=path, params=params
410+
)
409411

410412
source = "".join(commands)
411413

0 commit comments

Comments
 (0)