jenkins-bot has submitted this change and it was merged. Change subject: test: set message for test_zuul_project_in_gerrit ......................................................................
test: set message for test_zuul_project_in_gerrit The AssertionError lacked a description. Change-Id: I702912b2bd486cd25f026c449b71b7d4e27eb924 --- M tests/test_zuul_project_in_gerrit.py 1 file changed, 2 insertions(+), 1 deletion(-) Approvals: Hashar: Looks good to me, approved jenkins-bot: Verified diff --git a/tests/test_zuul_project_in_gerrit.py b/tests/test_zuul_project_in_gerrit.py index 637e270..757fac7 100644 --- a/tests/test_zuul_project_in_gerrit.py +++ b/tests/test_zuul_project_in_gerrit.py @@ -32,4 +32,5 @@ def is_in_gerrit(zuul_project): - assert zuul_project in GERRIT_REPOS + msg = "Project configured in Zuul is not in Gerrit: %s" % (zuul_project) + assert zuul_project in GERRIT_REPOS, msg -- To view, visit https://gerrit.wikimedia.org/r/323516 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I702912b2bd486cd25f026c449b71b7d4e27eb924 Gerrit-PatchSet: 1 Gerrit-Project: integration/config Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
