Skip to content

Commit

Permalink
Fix typo in openqa bot
Browse files Browse the repository at this point in the history
  • Loading branch information
coolo committed Feb 8, 2017
1 parent 1bd141a commit c41e042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openqa-maintenance.py
Expand Up @@ -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
Expand Down

0 comments on commit c41e042

Please sign in to comment.