فهرست منبع

Update test_provider.py

Chris Pietschmann 2 ماه پیش
والد
کامیت
ff5f0c3e39
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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