refactor: remove ref_flag

This commit is contained in:
debugtalk
2020-06-05 13:39:21 +08:00
parent c0d8e65e49
commit 2b9a1e574d
3 changed files with 43 additions and 30 deletions

View File

@@ -26,7 +26,7 @@ class TestCaseRequestWithTestcaseReference(HttpRunner):
RunTestCase("request with functions")
.with_variables(**{"foo1": "override_bar1"})
.call(RequestWithFunctions)
.extract(*["session_foo2"])
.export(*["session_foo2"])
),
Step(
RunRequest("post form data")