From db53fb882ebc5314aa11ef431e36b7dc108d537f Mon Sep 17 00:00:00 2001 From: qingchen01 <321776186@qq.com> Date: Mon, 29 Aug 2022 04:13:56 +0000 Subject: [PATCH] update scripts/test_emp_params.py. Signed-off-by: qingchen01 <321776186@qq.com> --- scripts/test_emp_params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test_emp_params.py b/scripts/test_emp_params.py index 3214496..9730682 100644 --- a/scripts/test_emp_params.py +++ b/scripts/test_emp_params.py @@ -11,7 +11,7 @@ from config import BASE_DIR class TestEmp: """测试类""" # 类属性 - mobile = '11122223333' # 手机号 + mobile = '18922865211' # 手机号 headers = None def setup_class(self): -- Gitee