aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_nfvbench.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_nfvbench.py')
-rw-r--r--test/test_nfvbench.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_nfvbench.py b/test/test_nfvbench.py
index 05490e7..fc8174f 100644
--- a/test/test_nfvbench.py
+++ b/test/test_nfvbench.py
@@ -299,6 +299,8 @@ def test_parse_rate_str():
else:
return False
+ return False
+
assert should_raise_error('101')
assert should_raise_error('201%')
assert should_raise_error('10Kbps')