Skip to content

Commit

Permalink
Merge pull request #639 from AMWA-TV/garethsb-patch-638
Browse files Browse the repository at this point in the history
[IS-05-02] Fix FAIL formatting
  • Loading branch information
garethsb authored Jan 10, 2022
2 parents e1edcb9 + 2e18fe0 commit 758670d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nmostesting/suites/IS0502Test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 758670d

Please sign in to comment.