Skip to content

Commit

Permalink
Fix the change to do in clos_intermittents (#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
calixteman authored and emceeaich committed Sep 26, 2019
1 parent 5526710 commit acd4f31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auto_nag/scripts/close_intermittents.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ def get_bz_params(self, date):

def get_autofix_change(self):
return {
"status": {"add": "RESOLVED"},
"resolution": {"add": "INCOMPLETE"},
"status": "RESOLVED",
"resolution": "INCOMPLETE",
"comment": {
"body": f"https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup\n{self.get_documentation()}"
},
Expand Down

0 comments on commit acd4f31

Please sign in to comment.