fix: change scaffold demo with overriding variables strategy changes

This commit is contained in:
debugtalk
2020-07-30 11:46:27 +08:00
parent 47ee777085
commit 19cf680c86

View File

@@ -103,7 +103,7 @@ teststeps:
data: "This is expected to be sent back as part of response body: $foo1-$foo2-$foo3."
validate:
- eq: ["status_code", 200]
- eq: ["body.data", "This is expected to be sent back as part of response body: bar12-$expect_foo2-bar21."]
- eq: ["body.data", "This is expected to be sent back as part of response body: bar12-$expect_foo2-bar32."]
-
name: post form data
variables: