diff --git a/qa/bin/functional b/qa/bin/functional index 25d4cceba..957d7c3af 100755 --- a/qa/bin/functional +++ b/qa/bin/functional @@ -564,7 +564,7 @@ class DecodingTests(Tests): Path.EXABGP, 'decode', f"'-f {test.conf['family']}'" if test.conf['family'] else '', - f'--{test.conf['type']}', + '--%s' % test.conf['type'], test.conf['packet'], ] )