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:
@@ -357,7 +357,6 @@ class TestAzureStorageProvider:
|
|||||||
with pytest.raises(ValueError):
|
with pytest.raises(ValueError):
|
||||||
self.Storage.upload_file(self.file_bytesio_empty, self.filename)
|
self.Storage.upload_file(self.file_bytesio_empty, self.filename)
|
||||||
|
|
||||||
|
|
||||||
def test_get_file(self, monkeypatch, tmp_path):
|
def test_get_file(self, monkeypatch, tmp_path):
|
||||||
upload_dir = mock_upload_dir(monkeypatch, tmp_path)
|
upload_dir = mock_upload_dir(monkeypatch, tmp_path)
|
||||||
self.Storage.create_container()
|
self.Storage.create_container()
|
||||||
|
|||||||
Reference in New Issue
Block a user