Update test_app.py

This commit is contained in:
Alex
2023-09-04 18:25:41 +01:00
committed by GitHub
parent de40e733ec
commit 14284e0cc7

View File

@@ -28,5 +28,5 @@ def test_complex_active_docs():
assert get_vectorstore(data) == os.path.join("application", "indexes/local/other/path")
def test_is_asure_configured():
def test_is_azure_configured():
assert not is_azure_configured()