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