Release v4928.1.4.2 stable
This commit is contained in:
5
scripts/test_sample.sh
Executable file
5
scripts/test_sample.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
curl -sS -X POST http://127.0.0.1:8000/analyze \
|
||||
-H "Content-Type: application/json" \
|
||||
-d @tests/sample_cases/sample_analyze.json | jq .
|
||||
Reference in New Issue
Block a user