Update test_provider.py

This commit is contained in:
Chris Pietschmann 2025-02-18 14:45:13 -05:00
parent 4a9a88b683
commit f674e28263

View File

@ -292,7 +292,7 @@ class TestAzureStorageProvider:
self.file_bytesio_empty = io.BytesIO()
super().__init__()
@pytest.fixture
@pytest.fixture(scope="class")
def setup(self, monkeypatch):
"""Mock BlobServiceClient and BlobContainerClient for local testing"""
# Create mock Blob Service Client