Skip to content

Commit ee520c1

Browse files
committed
rework testcases
1 parent cb13b61 commit ee520c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_params.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ def test_case03():
1818

1919
def test_case04():
2020
result = os.system("python ./source/zimonGrafanaIntf.py --port 8443")
21-
assert result == 0
21+
assert result > 0
2222

2323

2424
def test_case05():
2525
result = os.system('python ./source/zimonGrafanaIntf.py --port 8443 --tlsKeyPath "/tmp"')
26-
assert result == 0
26+
assert result > 0
2727

2828

2929
def test_case06():

0 commit comments

Comments
 (0)