Преглед на файлове

Update test_provider.py

Chris Pietschmann преди 2 месеца
родител
ревизия
a232f1f34e
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      backend/open_webui/test/apps/webui/storage/test_provider.py

+ 0 - 1
backend/open_webui/test/apps/webui/storage/test_provider.py

@@ -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()