refactor: hrp build

This commit is contained in:
debugtalk
2022-05-28 21:44:12 +08:00
parent 365fcac0cc
commit 62512b9601
30 changed files with 92 additions and 398 deletions
@@ -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",
}
)