Skip to content

Commit

Permalink
use 'test result' rather than 'testing' in status table in PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel authored Nov 26, 2023
1 parent 57bbb69 commit d9547ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eessi_bot_job_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ def process_finished_job(self, finished_job):

dt = datetime.now(timezone.utc)

comment_update += f"\n|{dt.strftime('%b %d %X %Z %Y')}|tested|"
comment_update += f"\n|{dt.strftime('%b %d %X %Z %Y')}|test result|"
comment_update += f"{comment_description}|"

# obtain id of PR comment to be updated (from file '_bot_jobID.metadata')
Expand Down

0 comments on commit d9547ad

Please sign in to comment.