aboutsummaryrefslogtreecommitdiffstats
path: root/behave_tests
diff options
context:
space:
mode:
authorfmenguy <francoisregis.menguy@orange.com>2021-06-08 09:18:33 +0200
committerfmenguy <francoisregis.menguy@orange.com>2021-06-08 09:18:33 +0200
commit4a354a2fa8444b46f76923e3d0d3232049202542 (patch)
tree583cd0c8e097f668c6afb6541b154f0519bc11f0 /behave_tests
parentc0197580a086ca2413b5c3a2c8b2a5da3432eb06 (diff)
Fix pps error message in behave tests
Change-Id: I2f050f8a6f193c4e04ac8a427aedb7c241633b73 Signed-off-by: fmenguy <francoisregis.menguy@orange.com>
Diffstat (limited to 'behave_tests')
-rw-r--r--behave_tests/features/steps/steps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/behave_tests/features/steps/steps.py b/behave_tests/features/steps/steps.py
index f4dda58..5762fa2 100644
--- a/behave_tests/features/steps/steps.py
+++ b/behave_tests/features/steps/steps.py
@@ -343,7 +343,7 @@ def throughput_comparison(context, old_throughput_pps=None, threshold=None, refe
threshold) * old_throughput_pps:
raise AssertionError(
"Current run throughput {current_throughput_pps} is not over {threshold} "
- " of previous value ({old_throughput_pps}pps)".format(
+ " of previous value ({old_throughput_pps})".format(
current_throughput_pps=Formatter.suffix('pps')(
Formatter.standard(current_throughput_pps)),
threshold=threshold, old_throughput_pps=Formatter.suffix('pps')(