Skip to content

Commit d413ac9

Browse files
Update osgtest/tests/test_460_stashcache.py
Co-Authored-By: Matyas Selmeci <[email protected]>
1 parent beadcea commit d413ac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

osgtest/tests/test_460_stashcache.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ def test_07_xrootd_fetch_from_auth_cache(self):
135135
"root://%s:%d/%s" % (core.get_hostname(),getcfg("CacheHTTPSPort"), path),
136136
dest_file], "Checking xrootd copy from Authenticated cache", user=True)
137137
origin_file = os.path.join(getcfg("OriginRootdir"), getcfg("OriginAuthExport").lstrip("/"), name)
138-
chechskum_match = files.checksum_files_match(origin_file, dest_file)
139-
self.assert_(chechskum_match, 'Cache and download file have same contents')
138+
checksum_match = files.checksum_files_match(origin_file, dest_file)
139+
self.assert_(checksum_match, 'Origin and file downloaded via cache have the same contents')
140140

141141
def test_08_https_fetch_from_auth_cache(self):
142142
core.skip_ok_unless_installed('globus-proxy-utils', 'gfal2-plugin-http', 'gfal2-util',

0 commit comments

Comments
 (0)