fix: unittests for ensure export

This commit is contained in:
debugtalk
2020-06-23 14:43:24 +08:00
parent f9010888a8
commit 1f90fc9715

View File

@@ -95,7 +95,10 @@ class TestCompat(unittest.TestCase):
self.assertEqual(
compat.ensure_testcase_v3_api(api_content),
{
"config": {"name": "get with params"},
"config": {
"name": "get with params",
"export": ["varA", "user_agent"],
},
"teststeps": [
{
"name": "get with params",