Update test_provider.py

This commit is contained in:
Chris Pietschmann 2025-02-18 15:53:54 -05:00
parent 9864185b57
commit a232f1f34e

View File

@ -357,7 +357,6 @@ class TestAzureStorageProvider:
with pytest.raises(ValueError):
self.Storage.upload_file(self.file_bytesio_empty, self.filename)
def test_get_file(self, monkeypatch, tmp_path):
upload_dir = mock_upload_dir(monkeypatch, tmp_path)
self.Storage.create_container()