Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Jun 3, 2024
1 parent 80f5156 commit ecba2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/desitransfer/test/test_daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def test_TransferDaemon_exposure_transfer(self, mock_cl, mock_log, mock_status,
mock_log.debug.assert_has_calls([call("os.makedirs('%s', exist_ok=True)", '/desi/root/spectro/staging/raw/20190703'),
call("os.makedirs('%s', exist_ok=True)", '/desi/root/spectro/data/20190703'),
call("os.chmod('%s', 0o%o)", '/desi/root/spectro/data/20190703', 0o2750),
call('/bin/rsync --verbose --recursive --copy-dirlinks --times --omit-dir-times' +
call('/bin/rsync --verbose --recursive --copy-dirlinks --times --omit-dir-times ' +
'dts:/data/dts/exposures/raw/20190703/00000127/ /desi/root/spectro/staging/raw/20190703/00000127/'),
call("status.update('%s', '%s', 'rsync')", '20190703', '00000127'),
call("lock_directory('%s', %s)", '/desi/root/spectro/staging/raw/20190703/00000127', 'False'),
Expand Down

0 comments on commit ecba2e4

Please sign in to comment.