mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 21:05:19 +00:00
Update test_provider.py
This commit is contained in:
parent
9a2e81f5f0
commit
ff5f0c3e39
1 changed files with 2 additions and 2 deletions
|
|
@ -311,8 +311,8 @@ class TestAzureStorageProvider:
|
|||
self.file_bytesio_empty = io.BytesIO()
|
||||
|
||||
# Apply to instance variables
|
||||
#self.Storage.blob_service_client = mock_blob_service_client
|
||||
#self.Storage.container_client = mock_container_client
|
||||
self.Storage.blob_service_client = mock_blob_service_client
|
||||
self.Storage.container_client = mock_container_client
|
||||
|
||||
yield
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue