From c41e042306be1abd85547adeebea8b6081410474 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 8 Feb 2017 19:58:28 +0100 Subject: [PATCH] Fix typo in openqa bot --- openqa-maintenance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openqa-maintenance.py b/openqa-maintenance.py index d3e478395..5739d6432 100755 --- a/openqa-maintenance.py +++ b/openqa-maintenance.py @@ -920,7 +920,7 @@ def check_one_request(self, req): # no notification until the result is done osc.core.change_review_state(req.apiurl, req.reqid, newstate='new', by_group=self.review_group, by_user=self.review_user, - msg='now testing in openQA') + message='now testing in openQA') elif qa_state == QA_FAILED or qa_state == QA_PASSED: # don't take test repo results into the calculation of total # this is for humans to decide which incident broke the test repo