mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-05 22:41:22 +08:00
fix: unittests for ensure export
This commit is contained in:
@@ -95,7 +95,10 @@ class TestCompat(unittest.TestCase):
|
|||||||
self.assertEqual(
|
self.assertEqual(
|
||||||
compat.ensure_testcase_v3_api(api_content),
|
compat.ensure_testcase_v3_api(api_content),
|
||||||
{
|
{
|
||||||
"config": {"name": "get with params"},
|
"config": {
|
||||||
|
"name": "get with params",
|
||||||
|
"export": ["varA", "user_agent"],
|
||||||
|
},
|
||||||
"teststeps": [
|
"teststeps": [
|
||||||
{
|
{
|
||||||
"name": "get with params",
|
"name": "get with params",
|
||||||
|
|||||||
Reference in New Issue
Block a user