Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Nov 29, 2024
1 parent 62a09b0 commit fcfcacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testdata/book/httpbin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,5 @@ steps:
str: "{{ vars.zeroPrefixStr }}"
test: |
current.res.status == 200
&& string(current.res.body.json.str)
&& type(current.res.body.json.str) == 'string'
&& current.res.body.json.str == "0123456789"

0 comments on commit fcfcacb

Please sign in to comment.