浏览代码

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