mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-07 16:40:50 +08:00
refactor: hrp build
This commit is contained in:
@@ -43,7 +43,7 @@ class TestCaseDemoRefTestcase(HttpRunner):
|
||||
.post("/post")
|
||||
.with_headers(
|
||||
**{
|
||||
"User-Agent": "funplugin/${get_version()}",
|
||||
"User-Agent": "${get_user_agent()}",
|
||||
"Content-Type": "application/x-www-form-urlencoded",
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user