Browse Source

Update test_provider.py

Chris Pietschmann 2 months ago
parent
commit
ff5f0c3e39
1 changed files with 2 additions and 2 deletions
  1. 2 2
      backend/open_webui/test/apps/webui/storage/test_provider.py

+ 2 - 2
backend/open_webui/test/apps/webui/storage/test_provider.py

@@ -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