Skip to content

Commit 2c17783

Browse files
Correcting the testcase
1 parent 45547c1 commit 2c17783

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sf_cli_integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,11 +255,11 @@ jobs:
255255
256256
# ── Function: run ─────────────────────────────────────────────────────────
257257

258-
- name: '[function] run — sf data-code-extension function run --entrypoint testFunction/payload/entrypoint.py --test_with testFunction/payload/tests/test.json -o dev1'
258+
- name: '[function] run — sf data-code-extension function run --entrypoint testFunction/payload/entrypoint.py --test-with testFunction/payload/tests/test.json -o dev1'
259259
run: |
260260
sf data-code-extension function run \
261261
--entrypoint testFunction/payload/entrypoint.py \
262-
--test_with testFunction/payload/tests/test.json \
262+
--test-with testFunction/payload/tests/test.json \
263263
-o dev1 || {
264264
echo "::error::sf data-code-extension function run FAILED. Check mock server output above; the --entrypoint flag or SF CLI org auth contract may have changed."
265265
exit 1

0 commit comments

Comments
 (0)