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 565b2ac commit 62a09b0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion testdata/httpbin.yml.coverage.json.golden
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"specs":[{"key":"httpbin.org:0.9.2","coverages":{"DELETE /anything":0,"DELETE /anything/{anything}":0,"DELETE /delay/{delay}":0,"DELETE /delete":1,"DELETE /redirect-to":0,"DELETE /status/{codes}":0,"GET /absolute-redirect/{n}":0,"GET /anything":0,"GET /anything/{anything}":0,"GET /base64/{value}":0,"GET /basic-auth/{user}/{passwd}":0,"GET /bearer":0,"GET /brotli":0,"GET /bytes/{n}":0,"GET /cache":0,"GET /cache/{value}":0,"GET /cookies":0,"GET /cookies/delete":0,"GET /cookies/set":0,"GET /cookies/set/{name}/{value}":0,"GET /deflate":0,"GET /delay/{delay}":0,"GET /deny":0,"GET /digest-auth/{qop}/{user}/{passwd}":0,"GET /digest-auth/{qop}/{user}/{passwd}/{algorithm}":0,"GET /digest-auth/{qop}/{user}/{passwd}/{algorithm}/{stale_after}":0,"GET /drip":0,"GET /encoding/utf8":0,"GET /etag/{etag}":0,"GET /get":1,"GET /gzip":1,"GET /headers":0,"GET /hidden-basic-auth/{user}/{passwd}":0,"GET /html":0,"GET /image":0,"GET /image/jpeg":0,"GET /image/png":0,"GET /image/svg":0,"GET /image/webp":0,"GET /ip":0,"GET /json":0,"GET /links/{n}/{offset}":0,"GET /range/{numbytes}":0,"GET /redirect-to":0,"GET /redirect/{n}":0,"GET /relative-redirect/{n}":0,"GET /response-headers":1,"GET /robots.txt":0,"GET /status/{codes}":1,"GET /stream-bytes/{n}":0,"GET /stream/{n}":0,"GET /user-agent":0,"GET /uuid":0,"GET /xml":0,"PATCH /anything":0,"PATCH /anything/{anything}":0,"PATCH /delay/{delay}":0,"PATCH /patch":1,"PATCH /redirect-to":0,"PATCH /status/{codes}":0,"POST /anything":0,"POST /anything/{anything}":0,"POST /delay/{delay}":0,"POST /post":1,"POST /redirect-to":0,"POST /response-headers":0,"POST /status/{codes}":0,"PUT /anything":0,"PUT /anything/{anything}":0,"PUT /delay/{delay}":0,"PUT /put":1,"PUT /redirect-to":0,"PUT /status/{codes}":0,"TRACE /anything":0,"TRACE /anything/{anything}":0,"TRACE /delay/{delay}":0,"TRACE /redirect-to":0,"TRACE /status/{codes}":0}}]}
{"specs":[{"key":"httpbin.org:0.9.2","coverages":{"DELETE /anything":0,"DELETE /anything/{anything}":0,"DELETE /delay/{delay}":0,"DELETE /delete":2,"DELETE /redirect-to":0,"DELETE /status/{codes}":0,"GET /absolute-redirect/{n}":0,"GET /anything":0,"GET /anything/{anything}":0,"GET /base64/{value}":0,"GET /basic-auth/{user}/{passwd}":0,"GET /bearer":0,"GET /brotli":0,"GET /bytes/{n}":0,"GET /cache":0,"GET /cache/{value}":0,"GET /cookies":0,"GET /cookies/delete":0,"GET /cookies/set":0,"GET /cookies/set/{name}/{value}":0,"GET /deflate":0,"GET /delay/{delay}":0,"GET /deny":0,"GET /digest-auth/{qop}/{user}/{passwd}":0,"GET /digest-auth/{qop}/{user}/{passwd}/{algorithm}":0,"GET /digest-auth/{qop}/{user}/{passwd}/{algorithm}/{stale_after}":0,"GET /drip":0,"GET /encoding/utf8":0,"GET /etag/{etag}":0,"GET /get":1,"GET /gzip":1,"GET /headers":0,"GET /hidden-basic-auth/{user}/{passwd}":0,"GET /html":0,"GET /image":0,"GET /image/jpeg":0,"GET /image/png":0,"GET /image/svg":0,"GET /image/webp":0,"GET /ip":0,"GET /json":0,"GET /links/{n}/{offset}":0,"GET /range/{numbytes}":0,"GET /redirect-to":0,"GET /redirect/{n}":0,"GET /relative-redirect/{n}":0,"GET /response-headers":1,"GET /robots.txt":0,"GET /status/{codes}":1,"GET /stream-bytes/{n}":0,"GET /stream/{n}":0,"GET /user-agent":0,"GET /uuid":0,"GET /xml":0,"PATCH /anything":0,"PATCH /anything/{anything}":0,"PATCH /delay/{delay}":0,"PATCH /patch":1,"PATCH /redirect-to":0,"PATCH /status/{codes}":0,"POST /anything":0,"POST /anything/{anything}":0,"POST /delay/{delay}":0,"POST /post":1,"POST /redirect-to":0,"POST /response-headers":0,"POST /status/{codes}":0,"PUT /anything":0,"PUT /anything/{anything}":0,"PUT /delay/{delay}":0,"PUT /put":1,"PUT /redirect-to":0,"PUT /status/{codes}":0,"TRACE /anything":0,"TRACE /anything/{anything}":0,"TRACE /delay/{delay}":0,"TRACE /redirect-to":0,"TRACE /status/{codes}":0}}]}
1 change: 0 additions & 1 deletion testdata/pick_step.single_step_map.yml.0.golden
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
7 the_only_step:
8 test: |
9 vars.hello == "hello"
3 changes: 2 additions & 1 deletion testdata/pick_step.yaml_anchor_alias.yml.0.golden
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
34 check_string_alias_in_vars:
35 test: |
36 vars.string_alias == "abcdefg"
36 vars.string_alias == "abcdefg"
37
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
24 check_1:
25 desc: 'with anchor & alias'
26 test: |
27 compare(vars.my_hash_anchor_merged, {a: 1, b: 2, c: 3, d: 100})
27 compare(vars.my_hash_anchor_merged, {a: 1, b: 2, c: 3, d: 100})
28

0 comments on commit 62a09b0

Please sign in to comment.