py3 checks file path, so it needs to be non-mocked string

This commit is contained in:
Tomas Kopecek 2019-02-19 13:52:01 +01:00 committed by Mike McLean
parent 99e72ead68
commit 051a0d5230

View file

@ -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