fix #112: RecursionError when running locust

This commit is contained in:
httprunner
2018-09-06 08:51:47 +08:00
parent ff02c5a9cb
commit 5cfb1146a2
3 changed files with 8 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
- config:
name: basic test with httpbin
request:
base_url: http://httpbin.org/
base_url: https://httpbin.org/
- test:
name: index
@@ -98,6 +98,3 @@
- len_eq: ["content", 9]
- len_eq: ["json", 9]
- len_eq: ["text", 9]