remove unused unittest

This commit is contained in:
debugtalk
2019-02-24 18:07:11 +08:00
parent 0b1d188010
commit 83203a418b
2 changed files with 2 additions and 25 deletions

View File

@@ -1,16 +1,6 @@
- config:
name: "bugfix testcases."
request:
base_url: http://127.0.0.1:5000
headers:
Content-Type: application/json
- test:
name: get headers from config
request:
url: /api/users/1000
method: GET
headers:
base_url: http://127.0.0.1:5000
- test:
name: bugfix type_match #84