mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-23 01:10:58 +08:00
refactor: extract content/text/json
This commit is contained in:
@@ -32,5 +32,5 @@
|
||||
- eq: ["status_code", 500]
|
||||
- eq: ["headers.content-type", "html/text"]
|
||||
- eq: [json.headers.Host, "127.0.0.1:8888"]
|
||||
- eq: [content.headers.Host, "127.0.0.1:3458"]
|
||||
- eq: [text.headers.Host, "127.0.0.1:3458"]
|
||||
- eq: [content.headers.Host, "127.0.0.1:8888"]
|
||||
- eq: [text.headers.Host, "127.0.0.1:8888"]
|
||||
|
||||
Reference in New Issue
Block a user