Skip to content

Commit 616f4ab

Browse files
author
efajardo
committed
Typoe in the code
1 parent df52c66 commit 616f4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osgtest/tests/test_60_singularity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def test_01_singularity(self):
2626
core.skip_ok_unless_installed('cvmfs')
2727
singularity_repo = 'singularity.opensciencegrid.org'
2828
if core.el_release() <= 6:
29-
mountSingularityCVMFSRepo(self, singularity_repo)
29+
self.mountSingularityCVMFSRepo(singularity_repo)
3030
core.state['cvmfs.mounted'] = False
3131

3232
command = ('ls', '/cvmfs')

0 commit comments

Comments
 (0)