diff --git a/nmostesting/suites/IS0502Test.py b/nmostesting/suites/IS0502Test.py index 314241e3..d1ffbdd0 100644 --- a/nmostesting/suites/IS0502Test.py +++ b/nmostesting/suites/IS0502Test.py @@ -783,7 +783,7 @@ def test_15(self, test): if components in ["YCbCr", "ICtCp", "RGB"]: if len(flow["components"]) != 3: return test.FAIL("Video Flow {} components do not match those found in SDP for " - "Sender {}", flow["id"], resource["id"]) + "Sender {}".format(flow["id"], resource["id"])) if len(sampling_format) > 1: sampling = sampling_format[1] else: