We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c722b9b commit 45f30e3Copy full SHA for 45f30e3
2 files changed
tests/ut/core/user/base_user.py
@@ -13,6 +13,7 @@ def setUp(self):
13
self._services = ServicesPortal("")
14
self._base = '/ServicesPortal/webdav'
15
self._task_reference = 'servers/MainDB/bgTasks/918908'
16
+ self.patch_call('cterasdk.cio.core.commands.raise_or_suppress_access_error')
17
18
@staticmethod
19
def encode_path(path):
tests/ut/core/user/test_browser.py
@@ -18,6 +18,7 @@ def setUp(self):
self.directory_path = 'a/b c/d'
self.filename = 'Document.txt'
20
self.new_filename = 'Summary.txt'
21
22
23
def test_versions(self):
24
directory = 'Users/John Smith/My Files'
0 commit comments