From 0dbd8c558fceeaedbeacffc13cd47ec87326988e Mon Sep 17 00:00:00 2001 From: debugtalk Date: Thu, 30 Jul 2020 11:46:27 +0800 Subject: [PATCH] fix: change scaffold demo with overriding variables strategy changes --- httprunner/scaffold.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httprunner/scaffold.py b/httprunner/scaffold.py index 3f42f32d..c56c4021 100644 --- a/httprunner/scaffold.py +++ b/httprunner/scaffold.py @@ -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: