Browse Source

test_info: 修改sql

Signed-off-by: binren <zhangbr@elab-plus.com>
binren 5 years ago
parent
commit
7fd5346cc6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test_info.py

+ 1 - 1
test_info.py

@@ -72,7 +72,7 @@ class TestInfo(object):
         FROM
             f_t_daren_score_2 a
         WHERE
-            testcase_id = 77 
+            testcase_id = %s
     '''
 
     def __init__(self):