fix tarsnap backend tests

This commit is contained in:
Conor Hughes 2018-10-20 17:55:10 -07:00
parent e9e6ec45c6
commit 58e2fb7ab7
1 changed files with 2 additions and 1 deletions

View File

@ -121,7 +121,8 @@ class TestTarsnapArchive(unittest.TestCase):
self.archive = tarsnap.TarsnapArchive(
self.backend,
1416279400.0,
"712fded485ebd593f5954e38acb78ea437c15997-1416279400.0-mrgl")
"712fded485ebd593f5954e38acb78ea437c15997-1416279400.0-mrgl",
"mrgl")
def test_restore_invokes_tarsnap_correctly(self):
instance_mock = mock.NonCallableMagicMock()