mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix missing class wart
This commit is contained in:
parent
21ecb742db
commit
b0aa28760c
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@ if HAS_LIBCLOUD:
|
|||
assert container_name == 'test_container'
|
||||
assert object_name == 'test_obj'
|
||||
return self._TEST_OBJECT
|
||||
else:
|
||||
MockStorageDriver = object
|
||||
|
||||
|
||||
def get_mock_driver():
|
||||
|
|
Loading…
Add table
Reference in a new issue