py3 checks file path, so it needs to be non-mocked string
This commit is contained in:
parent
99e72ead68
commit
051a0d5230
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ class TestSCMCheckouts(unittest.TestCase):
|
|||
self.tempdir = tempfile.mkdtemp()
|
||||
self.session = mock.MagicMock()
|
||||
self.uploadpath = mock.MagicMock()
|
||||
self.logfile = mock.MagicMock()
|
||||
self.logfile = '/dev/null'
|
||||
self.config = '''
|
||||
default:*
|
||||
nocommon:*:no
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue