change: update unit tests for removing v1 format

This commit is contained in:
debugtalk
2020-04-09 11:46:13 +08:00
parent d98fbc8da7
commit 7ba22b1389
37 changed files with 205 additions and 686 deletions

View File

@@ -1,4 +1,4 @@
- config:
config:
name: "setup and reset all."
id: setup_and_reset
variables:
@@ -11,7 +11,8 @@
export:
- session_token
- test:
teststeps:
-
name: get token (setup)
api: api/get_token.yml
variables:
@@ -24,8 +25,7 @@
validate:
- eq: ["status_code", 200]
- len_eq: ["content.token", 16]
- test:
-
name: reset all users
api: api/reset_all.yml
variables: