File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ def test_06_xrootd_fetch_from_origin_auth(self):
120
120
dest_file ],
121
121
"Checking xrootd copy from authenticated origin" , user = True )
122
122
origin_file = os .path .join (getcfg ("OriginRootdir" ), getcfg ("OriginAuthExport" ).lstrip ("/" ), name )
123
- chechskum_match = files .checksum_files_match (origin_file , dest_file )
124
- self .assert_ (chechskum_match , 'Origin and download file have same contents' )
123
+ checksum_match = files .checksum_files_match (origin_file , dest_file )
124
+ self .assert_ (checksum_match , 'Origin and directly downloaded file have the same contents' )
125
125
126
126
def test_07_xrootd_fetch_from_auth_cache (self ):
127
127
core .skip_ok_unless_installed ('globus-proxy-utils' , by_dependency = True )
You can’t perform that action at this time.
0 commit comments