Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
havok2063 committed Jan 5, 2024
1 parent 93e1ae4 commit 5f02a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sync/test_rsync.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def test_remote_compression(self):
# remote source is fully resolved path
rsync.add("mwmAllStar", v_astra="0.5.0")
rsync.set_stream()
source = rsync.initial_stream.task[0]['source']
source = rsync.stream.task[0]['source']
assert source.endswith('0.5.0/summary/mwmAllStar-0.5.0.fits.gz')


Expand Down

0 comments on commit 5f02a45

Please sign in to comment.