🐛 fix(conftest.py): fix typo in file name BasicChatWithPromptAndHistory.json to improve consistency and readability

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-09-16 11:15:07 -03:00
commit 43fc6add04

View file

@ -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 = """