From 43fc6add04b87987a67cdc93f4e04bb81b6a1998 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Sat, 16 Sep 2023 11:15:07 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(conftest.py):=20fix=20typo?= =?UTF-8?q?=20in=20file=20name=20BasicChatWithPromptAndHistory.json=20to?= =?UTF-8?q?=20improve=20consistency=20and=20readability?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 6730ac405..61ac84d06 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -31,7 +31,7 @@ def pytest_configure(): Path(__file__).parent.absolute() / "data" / "Openapi.json" ) pytest.BASIC_CHAT_WITH_PROMPT_AND_HISTORY = ( - Path(__file__).parent.absolute() / "data" / "BasicChatWithPromptAndHistory.json" + Path(__file__).parent.absolute() / "data" / "BasicChatwithPromptandHistory.json" ) pytest.CODE_WITH_SYNTAX_ERROR = """