Fix a failing unit test
This commit is contained in:
parent
99ec1efda7
commit
18243e49a6
1 changed files with 1 additions and 0 deletions
|
|
@ -159,6 +159,7 @@ class FileManagerTest(unittest.TestCase):
|
|||
|
||||
self.local_storage.add_file.return_value = ("", "test.file")
|
||||
self.local_storage.path_on_disk.return_value = "prefix/test.file"
|
||||
self.local_storage.split_path.return_value = ("", "test.file")
|
||||
|
||||
test_profile = dict(id="_default", name="My Default Profile")
|
||||
self.printer_profile_manager.get_current_or_default.return_value = test_profile
|
||||
|
|
|
|||
Loading…
Reference in a new issue