Skip to content

Commit ab2ead8

Browse files
committed
Update CI-test_handler.yml
1 parent 21ec962 commit ab2ead8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/CI-test_handler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
5757
- name: Execute Tests
5858
run: |
59-
python src/handler.py --test_input='{"input": "test"}'
59+
python src/handler.py --test_input='{"input": {"key": "value"}}'
6060
6161
cleanup:
6262
if: ${{ always() && !success() }}

0 commit comments

Comments
 (0)