Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <sam@secondstate.io>
  • Loading branch information
apepkuss committed Sep 10, 2024
1 parent a41790f commit b570ef5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/server_basic.hurl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# test /v1/audio/transcriptions endpoint
POST http://localhost:8080/v1/audio/transcriptions
[MultipartFormData]
field1: file,test.wav;
file: file,test.wav;
HTTP 200
[Asserts]
jsonpath "$.text" contains "This is a test record"

0 comments on commit b570ef5

Please sign in to comment.