e2e: delete low category
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
This commit is contained in:
parent
0f2bd9c6f1
commit
382cb6d918
|
@ -85,7 +85,6 @@ class TestrailReport(BaseTestReport):
|
||||||
test_cases['critical'] = 734
|
test_cases['critical'] = 734
|
||||||
test_cases['high'] = 735
|
test_cases['high'] = 735
|
||||||
test_cases['medium'] = 736
|
test_cases['medium'] = 736
|
||||||
test_cases['low'] = 737
|
|
||||||
test_cases['upgrade'] = 881
|
test_cases['upgrade'] = 881
|
||||||
case_ids = list()
|
case_ids = list()
|
||||||
for arg in argv:
|
for arg in argv:
|
||||||
|
|
Loading…
Reference in New Issue