Skip to content

Commit

Permalink
Add support for completed-job email to mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed May 26, 2022
1 parent 5f02a43 commit 3c264c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/saliweb/test/MySQLdb/cursors.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ def fetchone(self):
'passwd': j.passwd,
'archive_time': datetime.datetime(year=2099,
month=1, day=1),
'directory': j.directory}
'directory': j.directory,
'contact_email': 'test@test.com'}
# Check incoming jobs
for j in self.conn._incoming_jobs:
if self.args == (j['name'], j['passwd']):
Expand Down

0 comments on commit 3c264c4

Please sign in to comment.