Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Oct 28, 2022
1 parent a0aa7dd commit a258b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/desitransfer/test/test_tucson.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_configure_log(self, mock_log, gl, smtp):
gl().setLevel.assert_called_once_with(logging.DEBUG)
email_from = 'NOIRLab Mirror Account <from.me@example.com>'
smtp.assert_called_once_with('localhost', email_from,
['alerts@me.org'],
['alerts@my.org'],
'Error reported by desi_tucson_transfer!')

def test_rsync(self):
Expand Down

0 comments on commit a258b0a

Please sign in to comment.