From 14284e0cc774833e641816d9ec282b9cff74611f Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 4 Sep 2023 18:25:41 +0100 Subject: [PATCH] Update test_app.py --- tests/test_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_app.py b/tests/test_app.py index c9ea017a..a86234ae 100644 --- a/tests/test_app.py +++ b/tests/test_app.py @@ -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()