mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-07 23:41:22 +08:00
fix testcase name
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
- {"check": "content.success", "comparator": "eq", "expected": true}
|
- {"check": "content.success", "comparator": "eq", "expected": true}
|
||||||
|
|
||||||
- test:
|
- test:
|
||||||
name: create user which does not exist
|
name: create user which does exist
|
||||||
requires:
|
requires:
|
||||||
- random
|
- random
|
||||||
- string
|
- string
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
- {"check": "content.success", "comparator": "eq", "expected": true}
|
- {"check": "content.success", "comparator": "eq", "expected": true}
|
||||||
|
|
||||||
- test:
|
- test:
|
||||||
name: create user which does not exist
|
name: create user which does exist
|
||||||
variable_binds:
|
variable_binds:
|
||||||
- data: '{"name": "user", "password": "123456"}'
|
- data: '{"name": "user", "password": "123456"}'
|
||||||
- expected_status_code: 500
|
- expected_status_code: 500
|
||||||
|
|||||||
Reference in New Issue
Block a user