Skip to content

Commit 840bc06

Browse files
committed
fix(ci): align route payload with API schema (use route field)
1 parent dec1ee9 commit 840bc06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ jobs:
332332
RESP=$(curl -s -X POST http://localhost:3001/routes/ \
333333
-H "Content-Type: application/json" \
334334
-H "Authorization: Bearer $TOKEN" \
335-
-d '{"name":"ci-test-route"}')
335+
-d '{"route":"ci-test-route"}')
336336
337337
echo "Create route response: $RESP"
338338

0 commit comments

Comments
 (0)