mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 03:47:49 +01:00
Update test_provider.py
This commit is contained in:
@@ -292,7 +292,7 @@ class TestAzureStorageProvider:
|
|||||||
self.file_bytesio_empty = io.BytesIO()
|
self.file_bytesio_empty = io.BytesIO()
|
||||||
super().__init__()
|
super().__init__()
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture(scope="class")
|
||||||
def setup(self, monkeypatch):
|
def setup(self, monkeypatch):
|
||||||
"""Mock BlobServiceClient and BlobContainerClient for local testing"""
|
"""Mock BlobServiceClient and BlobContainerClient for local testing"""
|
||||||
# Create mock Blob Service Client
|
# Create mock Blob Service Client
|
||||||
|
|||||||
Reference in New Issue
Block a user